]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/options.c
fix silly mistake in setting up pty
[ppp.git] / pppd / options.c
index 1844e3efa7ce9ea2ede568ec0e23ff47e46a80bc..46097fb2a99451a278156e77ae7fe32188ceda17 100644 (file)
@@ -17,7 +17,7 @@
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#define RCSID  "$Id: options.c,v 1.75 2000/06/30 04:54:21 paulus Exp $"
+#define RCSID  "$Id: options.c,v 1.77 2000/12/27 23:25:55 paulus Exp $"
 
 #include <ctype.h>
 #include <stdio.h>
@@ -821,7 +821,7 @@ void
 option_error __V((char *fmt, ...))
 {
     va_list args;
-    char buf[256];
+    char buf[1024];
 
 #if defined(__STDC__)
     va_start(args, fmt);
@@ -1209,16 +1209,6 @@ callfile(argv)
 }
 
 #ifdef PPP_FILTER
-/*
- * setpdebug - Set libpcap debugging level.
- */
-static int
-setpdebug(argv)
-    char **argv;
-{
-    return int_option(*argv, &dflag);
-}
-
 /*
  * setpassfilter - Set the pass filter for packets
  */