summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_rl_pci.c
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/dev/pci/if_rl_pci.c
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/dev/pci/if_rl_pci.c')
-rw-r--r--sys/dev/pci/if_rl_pci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_rl_pci.c b/sys/dev/pci/if_rl_pci.c
index 2cbdc595b58..6e0631b9d7e 100644
--- a/sys/dev/pci/if_rl_pci.c
+++ b/sys/dev/pci/if_rl_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_rl_pci.c,v 1.6 2001/11/06 19:53:19 miod Exp $ */
+/* $OpenBSD: if_rl_pci.c,v 1.7 2002/03/14 01:26:59 millert Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -83,8 +83,8 @@
#include <dev/ic/rtl81x9reg.h>
-int rl_pci_match __P((struct device *, void *, void *));
-void rl_pci_attach __P((struct device *, struct device *, void *));
+int rl_pci_match(struct device *, void *, void *);
+void rl_pci_attach(struct device *, struct device *, void *);
struct cfattach rl_pci_ca = {
sizeof(struct rl_softc), rl_pci_match, rl_pci_attach,