diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-06 21:11:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-06 21:11:21 +0000 |
commit | e4ecb5fd471d209a313d6099506cb680eba2a1a6 (patch) | |
tree | 6bc20f111862630b0736bf3f5f16a796a969504b | |
parent | b5727142fd887e8377981bbfbfeeb4f11f43b984 (diff) |
no ; at end of CTL_IPXPROTO_NAMES
-rw-r--r-- | sys/netipx/ipx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/ipx.h b/sys/netipx/ipx.h index 0df256a3d2d..bf4749a46c2 100644 --- a/sys/netipx/ipx.h +++ b/sys/netipx/ipx.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ipx.h,v 1.15 2002/03/14 01:27:12 millert Exp $ */ +/* $OpenBSD: ipx.h,v 1.16 2002/09/06 21:11:20 deraadt Exp $ */ /*- * @@ -193,7 +193,7 @@ struct ipx { { 0, 0 }, \ { 0, 0 }, \ { "spx", CTLTYPE_NODE }, \ -}; +} #ifdef _KERNEL |