summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_outputfl.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-07-01 00:22:51 +0000
committerbde <bde@FreeBSD.org>1997-07-01 00:22:51 +0000
commitaebdde56b3bf58e14ed7c668fd7b2844acaaf389 (patch)
tree8292d565b3e50024f5d73b1baece4e0ce6fd8d15 /sys/netipx/ipx_outputfl.c
parentb3ce2e3adeca223584bbadd65001b1de830a2b18 (diff)
downloadFreeBSD-src-aebdde56b3bf58e14ed7c668fd7b2844acaaf389.zip
FreeBSD-src-aebdde56b3bf58e14ed7c668fd7b2844acaaf389.tar.gz
Don't depend on gcc's feature of permitting labels that aren't followed
by a statement.
Diffstat (limited to 'sys/netipx/ipx_outputfl.c')
-rw-r--r--sys/netipx/ipx_outputfl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/ipx_outputfl.c b/sys/netipx/ipx_outputfl.c
index 91f0945..004a6de 100644
--- a/sys/netipx/ipx_outputfl.c
+++ b/sys/netipx/ipx_outputfl.c
@@ -33,7 +33,7 @@
*
* @(#)ipx_outputfl.c
*
- * $Id: ipx_outputfl.c,v 1.7 1997/05/10 09:58:53 jhay Exp $
+ * $Id: ipx_outputfl.c,v 1.8 1997/06/26 19:35:51 jhay Exp $
*/
#include <sys/param.h>
@@ -257,7 +257,7 @@ ipx_output_type20(m)
(struct sockaddr *)&dst, NULL);
/* XXX ipxstat.ipxs_localout++; */
}
-skip_this:
+skip_this: ;
}
bad:
OpenPOWER on IntegriCloud