X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fsys-svr4.c;h=246712d7c8740d55cc18984b13fde67f5c4a97ba;hb=bfa20ccde2a70b1252dbb614132f1a4cbee815d4;hp=db70a15a9bc0ec4bf92dbfd81a8ab3dd628cee6e;hpb=d3c4f4748e7df927ea0f6a17dfb215ead2fbb408;p=ppp.git diff --git a/pppd/sys-svr4.c b/pppd/sys-svr4.c index db70a15..246712d 100644 --- a/pppd/sys-svr4.c +++ b/pppd/sys-svr4.c @@ -26,7 +26,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: sys-svr4.c,v 1.16 1997/04/30 05:59:25 paulus Exp $"; +static char rcsid[] = "$Id: sys-svr4.c,v 1.18 1998/11/07 06:59:31 paulus Exp $"; #endif #include @@ -219,9 +219,10 @@ sys_close() /* * sys_check_options - check the options that the user specified */ -void +int sys_check_options() { + return 1; } @@ -1553,10 +1554,10 @@ logwtmp(line, name, host) } /* - * gethostid - return the serial number of this machine. + * get_host_seed - return the serial number of this machine. */ int -gethostid() +get_host_seed() { char buf[32];