X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=linux%2Fppp.c;h=0fa98fd1eebffd00101716061106ed3f8a0f342a;hb=43c9218605e0d7302cc614063de8e7078acabe46;hp=4779be667809d947aa9d755b4d6357dc646a0a1b;hpb=a35e81f5d3752303f800cd29cd27b4220503ec9c;p=ppp.git diff --git a/linux/ppp.c b/linux/ppp.c index 4779be6..0fa98fd 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.32 1999/09/11 12:09:31 paulus Exp $ */ +/* $Id: ppp.c,v 1.33 1999/12/23 01:48:45 paulus Exp $ */ #include #include @@ -104,7 +104,7 @@ #endif #undef PPP_VERSION -#define PPP_VERSION "2.3.10" +#define PPP_VERSION "2.3.11" #if LINUX_VERSION_CODE >= VERSION(2,1,4)