pkgsrc-wip/net-tools/patches/patch-ab
Jeremy C. Reed a7c16be3a5 net-tools is a suite of standard tools for Linux networking. This
includes ifconfig, route, netstat, hostname, arp, and several other
utilities.
2003-05-07 22:12:54 +00:00

15 lines
439 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2003/05/07 22:12:54 jeremy-c-reed Exp $
--- lib/inet_sr.c.orig Thu Mar 27 22:23:38 2003
+++ lib/inet_sr.c Thu Mar 27 22:24:55 2003
@@ -104,7 +104,9 @@
isnet = 1; break;
case 2:
isnet = 0; break;
- default:
+/* next line is commented out because gcc3 says
+warning: deprecated use of label at end of compound statement */
+/* default: */
}
/* Fill in the other fields. */