summaryrefslogtreecommitdiff
path: root/sys/compat/hpux/hpux.h
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-04-16 09:18:18 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-04-16 09:18:18 +0000
commit4465145a1d9682fc4b28e652fada1842045d411e (patch)
tree55aa0d247ee9e2af04292c2a945c7089f7c3accc /sys/compat/hpux/hpux.h
parent51e961934160482f42c01f6d2e306527506b8414 (diff)
Changes up to NetBSD 970415.
Diffstat (limited to 'sys/compat/hpux/hpux.h')
-rw-r--r--sys/compat/hpux/hpux.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/hpux/hpux.h b/sys/compat/hpux/hpux.h
index 92da34ae5da..d467c4d1815 100644
--- a/sys/compat/hpux/hpux.h
+++ b/sys/compat/hpux/hpux.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: hpux.h,v 1.3 1996/08/02 20:34:53 niklas Exp $ */
-/* $NetBSD: hpux.h,v 1.10 1995/12/08 07:54:43 thorpej Exp $ */
+/* $OpenBSD: hpux.h,v 1.4 1997/04/16 09:17:59 downsj Exp $ */
+/* $NetBSD: hpux.h,v 1.11 1997/04/01 19:58:58 scottr Exp $ */
/*
* Copyright (c) 1995 Jason R. Thorpe. All rights reserved.
@@ -282,7 +282,7 @@ struct hpux_shmid_ds {
/* HP-UX POSIX signal stuff implementation */
typedef struct __hpux_sigset_t { long sigset[8]; } hpux_sigset_t;
struct hpux_sigaction {
- void (*sa_handler)();
+ void (*sa_handler) __P((int));
hpux_sigset_t sa_mask;
int sa_flags;
};