diff options
Diffstat (limited to 'sys/compat/hpux/hpux.h')
-rw-r--r-- | sys/compat/hpux/hpux.h | 6 |
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; }; |