summaryrefslogtreecommitdiff
path: root/src/nice.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nice.c')
-rw-r--r--src/nice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nice.c b/src/nice.c
index 48f3735ef..ad5a02808 100644
--- a/src/nice.c
+++ b/src/nice.c
@@ -40,8 +40,8 @@
# define GET_PRIORITY() getpriority (PRIO_PROCESS, 0)
#endif
-static int isinteger __P ((char *s));
-static void usage __P ((int status));
+static int isinteger PARAMS ((char *s));
+static void usage PARAMS ((int status));
/* The name this program was run with. */
char *program_name;