# HG changeset patch # User Dave Love # Date 952541710 0 # Node ID 872ca4a12e3d09b99b51ac99938797d716fd997a # Parent 9ae3ef3133b8444c52903ce7296ad5f4fe40fd54 Use PROTOTYPES. diff -r 9ae3ef3133b8 -r 872ca4a12e3d src/hftctl.c --- a/src/hftctl.c Wed Mar 08 18:53:12 2000 +0000 +++ b/src/hftctl.c Wed Mar 08 18:55:10 2000 +0000 @@ -106,7 +106,7 @@ else { (l) -= j; (p) += j; } /*************** function prototypes ***************************/ -#ifdef __STDC__ +#ifdef PROTOTYPES static GT_ACK (int fd, int req, char *buf); static WR_REQ (int fd, int request, int cmdlen, char *cmd, int resplen); static void hft_alrm(int sig); diff -r 9ae3ef3133b8 -r 872ca4a12e3d src/strftime.c --- a/src/strftime.c Wed Mar 08 18:53:12 2000 +0000 +++ b/src/strftime.c Wed Mar 08 18:55:10 2000 +0000 @@ -98,7 +98,7 @@ #endif #ifndef __P -# if defined (__GNUC__) || (defined (__STDC__) && __STDC__) +# if defined (PROTOTYPES) # define __P(args) args # else # define __P(args) ()