From: Paul Mackerras Date: Thu, 27 Nov 2003 22:22:36 +0000 (+0000) Subject: Fix the ID string X-Git-Tag: ppp-2.4.7~268 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=47e865d8d20259857f96a573c8a3f18b27925d7e Fix the ID string --- diff --git a/pppd/chap-md5.c b/pppd/chap-md5.c index 2529f4e..3d1b896 100644 --- a/pppd/chap-md5.c +++ b/pppd/chap-md5.c @@ -33,7 +33,7 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#define RCSID "$Id" +#define RCSID "$Id: chap-md5.c,v 1.2 2003/11/27 22:21:46 paulus Exp $" #include #include diff --git a/pppd/chap-new.c b/pppd/chap-new.c index 9b8f176..3ed81d5 100644 --- a/pppd/chap-new.c +++ b/pppd/chap-new.c @@ -33,7 +33,7 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#define RCSID "$Id" +#define RCSID "$Id: chap-new.c,v 1.3 2003/11/27 22:22:36 paulus Exp $" #include #include