diff options
Diffstat (limited to 'sys/compat/hpux/hpux.h')
-rw-r--r-- | sys/compat/hpux/hpux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/hpux/hpux.h b/sys/compat/hpux/hpux.h index 6a8e8d9142c..a9dc53cd725 100644 --- a/sys/compat/hpux/hpux.h +++ b/sys/compat/hpux/hpux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hpux.h,v 1.7 2000/11/10 15:33:09 provos Exp $ */ +/* $OpenBSD: hpux.h,v 1.8 2002/03/14 01:26:49 millert Exp $ */ /* $NetBSD: hpux.h,v 1.11 1997/04/01 19:58:58 scottr Exp $ */ /* @@ -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) __P((int)); + void (*sa__handler)(int); hpux_sigset_t sa_mask; int sa_flags; }; |