summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx.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.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.h')
-rw-r--r--sys/netipx/ipx.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netipx/ipx.h b/sys/netipx/ipx.h
index 2e23d8d..f926573 100644
--- a/sys/netipx/ipx.h
+++ b/sys/netipx/ipx.h
@@ -33,7 +33,7 @@
*
* @(#)ipx.h
*
- * $Id: ipx.h,v 1.11 1997/05/01 06:21:27 jhay Exp $
+ * $Id: ipx.h,v 1.12 1997/05/10 09:58:49 jhay Exp $
*/
#ifndef _NETIPX_IPX_H_
@@ -68,11 +68,11 @@
#define IPXPORT_NETBIOS 0x0455 /* NW NetBIOS */
#define IPXPORT_DIAGS 0x0456 /* NW Diagnostics */
/*
- * Ports < IPXPORT_RESERVED are reserved for priveleged
+ * Ports < IPXPORT_RESERVED are reserved for privileged
*/
#define IPXPORT_RESERVED 0x4000
/*
- * Ports > IPXPORT_WELLKNOWN are reserved for priveleged
+ * Ports > IPXPORT_WELLKNOWN are reserved for privileged
* processes (e.g. root).
*/
#define IPXPORT_WELLKNOWN 0x6000
@@ -168,4 +168,4 @@ struct ipx_addr ipx_addr __P((const char *));
char *ipx_ntoa __P((struct ipx_addr));
__END_DECLS
-#endif /* _NETIPX_IPX_H_ */
+#endif /* !_NETIPX_IPX_H_ */
OpenPOWER on IntegriCloud