diff options
-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 |