summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_systm.h
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2002-03-14 01:26:25 +0000
committermillert <millert@openbsd.org>2002-03-14 01:26:25 +0000
commitc4071fd13883b3f74b90a411bbb39755a785aeaa (patch)
tree241e7c760222fac909b512d36156c6db1b610256 /sys/netinet/in_systm.h
parentcompare pointers with NULL not 0 (diff)
downloadwireguard-openbsd-c4071fd13883b3f74b90a411bbb39755a785aeaa.tar.xz
wireguard-openbsd-c4071fd13883b3f74b90a411bbb39755a785aeaa.zip
First round of __P removal in sys
Diffstat (limited to 'sys/netinet/in_systm.h')
-rw-r--r--sys/netinet/in_systm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/in_systm.h b/sys/netinet/in_systm.h
index b2c69dd504b..12daebce9d1 100644
--- a/sys/netinet/in_systm.h
+++ b/sys/netinet/in_systm.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in_systm.h,v 1.3 2001/06/09 07:03:41 angelos Exp $ */
+/* $OpenBSD: in_systm.h,v 1.4 2002/03/14 01:27:11 millert Exp $ */
/* $NetBSD: in_systm.h,v 1.8 1995/04/13 06:29:22 cgd Exp $ */
/*
@@ -58,7 +58,7 @@ typedef u_int32_t n_long; /* long as received from the net */
typedef u_int32_t n_time; /* ms since 00:00 GMT, byte rev */
#ifdef _KERNEL
-n_time iptime __P((void));
+n_time iptime(void);
#endif /* _KERNEL */
#endif /* _NETINET_IN_SYSTM_H_ */