X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fsys-osf.c;h=93070e558ccb2c02c843781af1a6ca6b6d61b98b;hb=24af3d4d6dbf452f8acaa1a15a9e08f96a0e6eb2;hp=d1b82200e467fbab78bf64bc75c1b6738497172d;hpb=b03e0f44811d84b0be229b0f8498b275d0b2e386;p=ppp.git diff --git a/pppd/sys-osf.c b/pppd/sys-osf.c index d1b8220..93070e5 100644 --- a/pppd/sys-osf.c +++ b/pppd/sys-osf.c @@ -26,7 +26,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: sys-osf.c,v 1.13 1998/03/25 02:19:27 paulus Exp $"; +static char rcsid[] = "$Id: sys-osf.c,v 1.14 1998/11/07 06:59:31 paulus Exp $"; #endif #include @@ -202,9 +202,10 @@ sys_close() /* * sys_check_options - check the options that the user specified */ -void +int sys_check_options() { + return 1; }