]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/sys-osf.c
allow chars 0x20 - 0x3f to be escaped
[ppp.git] / pppd / sys-osf.c
index d1b82200e467fbab78bf64bc75c1b6738497172d..93070e558ccb2c02c843781af1a6ca6b6d61b98b 100644 (file)
@@ -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 <stdio.h>
@@ -202,9 +202,10 @@ sys_close()
 /*
  * sys_check_options - check the options that the user specified
  */
-void
+int
 sys_check_options()
 {
+    return 1;
 }