diff options
Diffstat (limited to 'sys-freebsd/freebsd-usbin/files/freebsd-usbin-6.1-gcc41.patch')
-rw-r--r-- | sys-freebsd/freebsd-usbin/files/freebsd-usbin-6.1-gcc41.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sys-freebsd/freebsd-usbin/files/freebsd-usbin-6.1-gcc41.patch b/sys-freebsd/freebsd-usbin/files/freebsd-usbin-6.1-gcc41.patch deleted file mode 100644 index fc48b1847023..000000000000 --- a/sys-freebsd/freebsd-usbin/files/freebsd-usbin-6.1-gcc41.patch +++ /dev/null @@ -1,18 +0,0 @@ -Index: fbsd-6.1/usr.sbin/IPXrouted/trace.c -=================================================================== ---- fbsd-6.1.orig/usr.sbin/IPXrouted/trace.c -+++ fbsd-6.1/usr.sbin/IPXrouted/trace.c -@@ -66,12 +66,12 @@ int tracing = 0; - - void dumpif(FILE *fd, struct interface *ifp); - void dumptrace(FILE *fd, char *dir, struct ifdebug *ifd); -+static int iftraceinit(); - - void - traceinit(ifp) - register struct interface *ifp; - { -- static int iftraceinit(); - - if (iftraceinit(ifp, &ifp->int_input) && - iftraceinit(ifp, &ifp->int_output)) |