From f941c11e2e2de87900a20cf38f2d2d53d772c10e Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Thu, 1 Apr 1999 07:19:59 +0000 Subject: [PATCH] remove another ansi-C-ism --- pppd/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pppd/main.c b/pppd/main.c index 1b35cd1..cad0fa3 100644 --- a/pppd/main.c +++ b/pppd/main.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: main.c,v 1.72 1999/04/01 07:08:48 paulus Exp $"; +static char rcsid[] = "$Id: main.c,v 1.73 1999/04/01 07:19:59 paulus Exp $"; #endif #include @@ -153,8 +153,8 @@ static void record_child __P((int, char *, void (*) (void *), void *)); static int start_charshunt __P((int, int)); static void charshunt_done __P((void *)); static void charshunt __P((int, int, char *)); -static int record_write(FILE *, int code, u_char *buf, int nb, - struct timeval *); +static int record_write __P((FILE *, int code, u_char *buf, int nb, + struct timeval *)); extern char *ttyname __P((int)); extern char *getlogin __P((void)); -- 2.39.2