Ports/tr: Remove obsolete getopt.h patch

This commit is contained in:
Daniel Bertalan 2021-12-23 11:31:30 +01:00 committed by Ali Mohammad Pur
parent 05ce5d82fe
commit d70595c09e
Notes: sideshowbarker 2024-07-17 22:13:05 +09:00

View file

@ -1,10 +0,0 @@
--- tr-6.7/tr.c.orig Sun May 10 10:14:40 2020
+++ tr-6.7/tr.c Sun May 10 10:14:53 2020
@@ -32,6 +32,7 @@
#include <sys/types.h>
+#include <getopt.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>