diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-21 00:30:45 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-21 00:30:45 +0000 |
commit | af1b2a97defce250a63f5f65e2ebc247c64744d0 (patch) | |
tree | 4bd87cf3641ac329872009d7929e18887e581c32 /lang/m3gdb/files/patch-ah | |
parent | Add Alfred Perlstein's sendfile patches, as an optional knob. (diff) |
Partially fix build on -current (remove duplicate declarations from
system headers). This is still broken by KSE changes.
Diffstat (limited to '')
-rw-r--r-- | lang/m3gdb/files/patch-ah | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/m3gdb/files/patch-ah b/lang/m3gdb/files/patch-ah new file mode 100644 index 000000000000..ff9fa1230a9f --- /dev/null +++ b/lang/m3gdb/files/patch-ah @@ -0,0 +1,14 @@ +--- src/contrib/binutils/libiberty/strerror.c.orig Sun Oct 20 17:27:09 2002 ++++ src/contrib/binutils/libiberty/strerror.c Sun Oct 20 17:27:31 2002 +@@ -461,9 +461,10 @@ + static const char **sys_errlist; + + #else +- ++#if !defined(__FreeBSD__) + extern int sys_nerr; + extern char *sys_errlist[]; ++#endif + + #endif + |