summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_ip.h
diff options
context:
space:
mode:
authorjhay <jhay@FreeBSD.org>1997-06-26 19:36:03 +0000
committerjhay <jhay@FreeBSD.org>1997-06-26 19:36:03 +0000
commitce54a1d058edea29bf0555ec44642ec1c15ba2f0 (patch)
tree45e4616a1621a9b02dc517b46c44a020b5995891 /sys/netipx/ipx_ip.h
parentae52a72f071aa207805a5e3bff9236c3b496be3a (diff)
downloadFreeBSD-src-ce54a1d058edea29bf0555ec44642ec1c15ba2f0.zip
FreeBSD-src-ce54a1d058edea29bf0555ec44642ec1c15ba2f0.tar.gz
Removed the #ifdef IPXERRORMSGS'ed code. Fix a lot of style errors that I
introduced with the previous commit. Style fixes Submitted by: Bruce Evans <bde@FreeBSD.ORG>
Diffstat (limited to 'sys/netipx/ipx_ip.h')
-rw-r--r--sys/netipx/ipx_ip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/ipx_ip.h b/sys/netipx/ipx_ip.h
index 5e22eb7..1d22e63 100644
--- a/sys/netipx/ipx_ip.h
+++ b/sys/netipx/ipx_ip.h
@@ -33,7 +33,7 @@
*
* @(#)ipxip.h
*
- * $Id: ipx_ip.h,v 1.9 1997/05/01 06:21:28 jhay Exp $
+ * $Id: ipx_ip.h,v 1.10 1997/05/10 09:58:53 jhay Exp $
*/
#ifndef _NETIPX_IPXIP_H_
@@ -57,4 +57,4 @@ int ipxip_route __P((struct socket *so, struct mbuf *m, struct proc *p));
#endif /* KERNEL */
-#endif /* _NETIPX_IPXIP_H_ */
+#endif /* !_NETIPX_IPXIP_H_ */
OpenPOWER on IntegriCloud