X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=linux%2Fppp.c;h=f5f9151f5cc3e1744ae9412dc5787f39790037d4;hp=7d2f144cc3f298c9541b6f0eca4877569e718bf8;hb=745f1b59d38e294452a502e4df4149902946f18d;hpb=1acb8dba3cceb6fa727198b4835d74cc3bdb5c07 diff --git a/linux/ppp.c b/linux/ppp.c index 7d2f144..f5f9151 100644 --- a/linux/ppp.c +++ b/linux/ppp.c @@ -45,7 +45,7 @@ #define PPP_MAX_RCV_QLEN 32 /* max # frames we queue up for pppd */ -/* $Id: ppp.c,v 1.29 1999/05/14 02:52:08 paulus Exp $ */ +/* $Id: ppp.c,v 1.30 1999/07/23 07:07:34 paulus Exp $ */ #include #include @@ -104,7 +104,7 @@ #endif #undef PPP_VERSION -#define PPP_VERSION "2.3.8" +#define PPP_VERSION "2.3.9" #if LINUX_VERSION_CODE >= VERSION(2,1,4)