summaryrefslogtreecommitdiff
path: root/libc/debian/patches/libc-no-gets.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libc/debian/patches/libc-no-gets.patch')
-rw-r--r--libc/debian/patches/libc-no-gets.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/libc/debian/patches/libc-no-gets.patch b/libc/debian/patches/libc-no-gets.patch
index 8f8ed21..3465b27 100644
--- a/libc/debian/patches/libc-no-gets.patch
+++ b/libc/debian/patches/libc-no-gets.patch
@@ -1,7 +1,7 @@
-Index: libc/usr/src/head/iso/stdio_iso.h
+Index: b/usr/src/head/iso/stdio_iso.h
===================================================================
---- libc.orig/usr/src/head/iso/stdio_iso.h
-+++ libc/usr/src/head/iso/stdio_iso.h
+--- a/usr/src/head/iso/stdio_iso.h
++++ b/usr/src/head/iso/stdio_iso.h
@@ -238,7 +238,6 @@ extern int putc(int, FILE *);
extern int getchar(void);
extern int putchar(int);
@@ -10,10 +10,10 @@ Index: libc/usr/src/head/iso/stdio_iso.h
extern int puts(const char *);
extern int ungetc(int, FILE *);
extern size_t fread(void *_RESTRICT_KYWD, size_t, size_t,
-Index: libc/usr/src/head/stdio.h
+Index: b/usr/src/head/stdio.h
===================================================================
---- libc.orig/usr/src/head/stdio.h
-+++ libc/usr/src/head/stdio.h
+--- a/usr/src/head/stdio.h
++++ b/usr/src/head/stdio.h
@@ -122,7 +122,6 @@ using std::fputc;
using std::fputs;
using std::getc;