summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include/netbsd_machdep.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 01:27:20 +0000
commit8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch)
treeac9a52bace179e17769651fb9f805070d78abe5f /sys/arch/sparc64/include/netbsd_machdep.h
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/arch/sparc64/include/netbsd_machdep.h')
-rw-r--r--sys/arch/sparc64/include/netbsd_machdep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/netbsd_machdep.h b/sys/arch/sparc64/include/netbsd_machdep.h
index 1081611f25b..234d2521062 100644
--- a/sys/arch/sparc64/include/netbsd_machdep.h
+++ b/sys/arch/sparc64/include/netbsd_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: netbsd_machdep.h,v 1.1 2001/09/06 10:45:41 art Exp $ */
+/* $OpenBSD: netbsd_machdep.h,v 1.2 2002/03/14 01:26:45 millert Exp $ */
#ifndef _NETBSD_MACHDEP_H
#define _NETBSD_MACHDEP_H
@@ -16,7 +16,7 @@ struct netbsd_sigcontext {
};
#ifdef _KERNEL
-void netbsd_sendsig __P((sig_t, int, int, u_long, int, union sigval));
+void netbsd_sendsig(sig_t, int, int, u_long, int, union sigval);
#endif
#endif /* _NETBSD_MACHDEP_H */