summary refs log tree commit diff
path: root/pkgs/applications/virtualization/vpcs/vpcs-0.8-glibc-2.26.patch
blob: d94a39ccd64da69009cff263da8963d6810f9908 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/src/getopt.h b/src/getopt.h
index 4394aa2..bf59e10 100644
--- a/src/getopt.h
+++ b/src/getopt.h
@@ -49,9 +49,6 @@ extern int optind;
 extern int opterr;
 extern int optopt;
 
-#ifndef FreeBSD
-int getopt(int argc, char** argv, char* optstr);
-#endif
 int arg_to_int(const char* arg, int min, int max, int defalt);
 
 #ifdef __cplusplus