summaryrefslogtreecommitdiff
path: root/sys/compat/osf1/osf1.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/compat/osf1/osf1.h
parent7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff)
First round of __P removal in sys
Diffstat (limited to 'sys/compat/osf1/osf1.h')
-rw-r--r--sys/compat/osf1/osf1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/osf1/osf1.h b/sys/compat/osf1/osf1.h
index 55b6962eaea..2a20142b384 100644
--- a/sys/compat/osf1/osf1.h
+++ b/sys/compat/osf1/osf1.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: osf1.h,v 1.2 2001/07/09 05:15:24 fgsch Exp $ */
+/* $OpenBSD: osf1.h,v 1.3 2002/03/14 01:26:50 millert Exp $ */
/* $NetBSD: osf1.h,v 1.20 1999/05/10 21:41:07 cgd Exp $ */
/*
@@ -72,7 +72,7 @@ typedef void *osf1_data_ptr; /* XXX hard to fix size */
typedef void *osf1_fcn_ptr; /* XXX hard to fix size, bogus */
typedef osf1_int osf1_key_t;
typedef osf1_int osf1_pid_t;
-typedef void (*osf1_handler_t) __P((int));
+typedef void (*osf1_handler_t)(int);
struct osf1_timeval { /* time.h */
osf1_time_t tv_sec;