X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Foptions.c;h=b8a2103ac8a264e7c683801539471a366e94a2d7;hp=7f4f5eb80af4d68004811a868b4f11e9c7651119;hb=b289ec4c473338c67bce0cb5712616da2d2493e8;hpb=f53a48eb9d74db3c71938e114b7f489c339bc003 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)