]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/sys-sunos4.c
Update to new pppd with new option parsing stuff
[ppp.git] / pppd / sys-sunos4.c
index a9d970ec91c44e1daef2d3b8083156ed29c8e3e9..ac24eb184364cf2c73b13123b08e44dcd103f5e1 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 #ifndef lint
-static char rcsid[] = "$Id: sys-sunos4.c,v 1.9 1998/03/25 02:19:29 paulus Exp $";
+static char rcsid[] = "$Id: sys-sunos4.c,v 1.10 1998/11/07 06:59:31 paulus Exp $";
 #endif
 
 #include <stdio.h>
@@ -206,9 +206,10 @@ sys_close()
 /*
  * sys_check_options - check the options that the user specified
  */
-void
+int
 sys_check_options()
 {
+    return 1;
 }