summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/psignal.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/psignal.c')
-rw-r--r--lib/libc/gen/psignal.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/gen/psignal.c b/lib/libc/gen/psignal.c
index 0d5a5e43bc4..e983958c6be 100644
--- a/lib/libc/gen/psignal.c
+++ b/lib/libc/gen/psignal.c
@@ -28,7 +28,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: psignal.c,v 1.5 2003/06/02 20:18:34 millert Exp $";
+static char rcsid[] = "$OpenBSD: psignal.c,v 1.6 2004/05/18 02:05:52 jfb Exp $";
#endif /* LIBC_SCCS and not lint */
/*
@@ -45,9 +45,7 @@ static char rcsid[] = "$OpenBSD: psignal.c,v 1.5 2003/06/02 20:18:34 millert Exp
extern char *__strsignal(int , char *);
void
-psignal(sig, s)
- unsigned int sig;
- const char *s;
+psignal(unsigned int sig, const char *s)
{
static char buf[NL_TEXTMAX];
register const char *c;