X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/68c45bf06516ed4650eb7f9f617742d84750600a..01c2f7d0e6a5a37aba3b1816c7b842b96bda1af3:/src/hftctl.c diff --git a/src/hftctl.c b/src/hftctl.c index 8a264a70a2..a6daf0a1f1 100644 --- a/src/hftctl.c +++ b/src/hftctl.c @@ -106,7 +106,7 @@ static struct hfctlack ACK = 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);