X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Foptions.c;h=b8a2103ac8a264e7c683801539471a366e94a2d7;hb=cb67581446e926290c6147634f7f467f48c806b5;hp=7f4f5eb80af4d68004811a868b4f11e9c7651119;hpb=c4aa99cfadf0d5de94be64b8e76d7fbbf415b4df;p=ppp.git diff --git a/pppd/options.c b/pppd/options.c index 7f4f5eb..b8a2103 100644 --- a/pppd/options.c +++ b/pppd/options.c @@ -40,7 +40,7 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#define RCSID "$Id: options.c,v 1.90 2002/12/04 23:03:32 paulus Exp $" +#define RCSID "$Id: options.c,v 1.91 2003/03/03 05:11:46 paulus Exp $" #include #include @@ -1483,7 +1483,6 @@ setdomain(argv) return (1); } - static int setlogfile(argv) char **argv; @@ -1511,6 +1510,7 @@ setlogfile(argv) log_default = 0; return 1; } + #ifdef MAXOCTETS static int setmodir(argv)