From 2e308957d452b440cf404b914ce1cb53c9e739a9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 21 Dec 1997 22:30:30 +0000 Subject: s/__P/PARAMS/ --- src/uname.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/uname.c') diff --git a/src/uname.c b/src/uname.c index 510a74441..f32b804ea 100644 --- a/src/uname.c +++ b/src/uname.c @@ -41,8 +41,8 @@ #include "system.h" #include "error.h" -static void print_element __P ((unsigned int mask, char *element)); -static void usage __P ((int status)); +static void print_element PARAMS ((unsigned int mask, char *element)); +static void usage PARAMS ((int status)); /* Values that are bitwise or'd into `toprint'. */ /* Operating system name. */ -- cgit v1.2.3-54-g00ecf