diff options
Diffstat (limited to 'libc/debian/patches/libc-getopt-const-char.patch')
-rw-r--r-- | libc/debian/patches/libc-getopt-const-char.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/debian/patches/libc-getopt-const-char.patch b/libc/debian/patches/libc-getopt-const-char.patch index 24a69c4..a36a657 100644 --- a/libc/debian/patches/libc-getopt-const-char.patch +++ b/libc/debian/patches/libc-getopt-const-char.patch @@ -1,7 +1,7 @@ -Index: libc/usr/src/head/getopt.h +Index: b/usr/src/head/getopt.h =================================================================== ---- libc.orig/usr/src/head/getopt.h -+++ libc/usr/src/head/getopt.h +--- a/usr/src/head/getopt.h ++++ b/usr/src/head/getopt.h @@ -49,7 +49,7 @@ extern "C" { #define optional_argument 2 |