aboutsummaryrefslogtreecommitdiff
path: root/sys/netipx/spx_var.h
diff options
context:
space:
mode:
authorJohn Hay <jhay@FreeBSD.org>1997-06-26 19:36:03 +0000
committerJohn Hay <jhay@FreeBSD.org>1997-06-26 19:36:03 +0000
commit8f65b5944d81ac1f4afe80ffec39905544b4a951 (patch)
tree225872a0218a8ae5f6b0dba670c972bd0307b504 /sys/netipx/spx_var.h
parentee97e537f7e707277180963a0b963f94b0b70c91 (diff)
downloadsrc-8f65b5944d81ac1f4afe80ffec39905544b4a951.tar.gz
src-8f65b5944d81ac1f4afe80ffec39905544b4a951.zip
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>
Notes
Notes: svn path=/head/; revision=26965
Diffstat (limited to 'sys/netipx/spx_var.h')
-rw-r--r--sys/netipx/spx_var.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/spx_var.h b/sys/netipx/spx_var.h
index b5306b9e779b..ed36a9322164 100644
--- a/sys/netipx/spx_var.h
+++ b/sys/netipx/spx_var.h
@@ -33,7 +33,7 @@
*
* @(#)spx_var.h
*
- * $Id: spx_var.h,v 1.6 1997/02/22 09:42:00 peter Exp $
+ * $Id: spx_var.h,v 1.7 1997/05/10 09:58:58 jhay Exp $
*/
#ifndef _NETIPX_SPX_VAR_H_
@@ -118,4 +118,4 @@ struct spx_istat {
#define SSEQ_GT(a,b) (((short)((a)-(b))) > 0)
#define SSEQ_GEQ(a,b) (((short)((a)-(b))) >= 0)
-#endif /* _NETIPX_SPX_VAR_H_ */
+#endif /* !_NETIPX_SPX_VAR_H_ */