diff options
Diffstat (limited to 'community/ucarp/01-fix-getopt.patch')
-rw-r--r-- | community/ucarp/01-fix-getopt.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/ucarp/01-fix-getopt.patch b/community/ucarp/01-fix-getopt.patch deleted file mode 100644 index 9a4b21eeb..000000000 --- a/community/ucarp/01-fix-getopt.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ucarp-1.5.1.orig/src/ucarp_p.h -+++ ucarp-1.5.1/src/ucarp_p.h -@@ -1,7 +1,7 @@ - #ifndef __CARP_P_H__ - #define __CARP_P_H__ 1 - --static const char *GETOPT_OPTIONS = "i:s:v:p:Pa:hb:k:x:nu:d:r:zf:BoSM"; -+static const char *GETOPT_OPTIONS = "i:s:v:p:Pa:hb:k:x:nu:d:r:zf:Bo:SM"; - - static struct option long_options[] = { - { "interface", 1, NULL, 'i' }, |