Assume __STDC__, remove non-__STDC__ code.

Remove private __P.
This commit is contained in:
Alfred Perlstein 2002-05-28 18:37:43 +00:00
parent f19d047aec
commit 91180daf65
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97418

View File

@ -90,17 +90,9 @@ SOFTWARE.
* Externals, forward declarations, and global variables
*/
#ifdef __STDC__
#define P(args) args
#else
#define P(args) ()
#endif
static void usage P((void));
static void handle_reply P((void));
static void handle_request P((void));
#undef P
static void usage(void);
static void handle_reply(void);
static void handle_request(void);
/*
* IP port numbers for client and server obtained from /etc/services