summaryrefslogtreecommitdiff
path: root/lib/strsignal.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strsignal.c')
-rw-r--r--lib/strsignal.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/strsignal.c b/lib/strsignal.c
index dcc6e9b1b..36f69c8b9 100644
--- a/lib/strsignal.c
+++ b/lib/strsignal.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2005 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -27,9 +27,9 @@
#ifndef __P
# ifdef __STDC__
-# define __P(args) args
+# define args args
# else
-# define __P(args) ()
+# define args) (
# endif
#endif /*__P */
@@ -43,7 +43,7 @@
#endif
/* FIXME: Should probably go in a .h somewhere. */
-char *strsignal __P ((int));
+char *strsignal (int);
char *
strsignal (int signo)

Return to:

Send suggestions and report system problems to the System administrator.