]> git.ozlabs.org Git - ppp.git/commitdiff
Fix the ID string
authorPaul Mackerras <paulus@samba.org>
Thu, 27 Nov 2003 22:22:36 +0000 (22:22 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 27 Nov 2003 22:22:36 +0000 (22:22 +0000)
pppd/chap-md5.c
pppd/chap-new.c

index 2529f4e54d34d40b571024295312e59615a7ede9..3d1b89609e4a35cd30e632bf1013cab6deafb019 100644 (file)
@@ -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 <stdlib.h>
 #include <string.h>
index 9b8f17643b8113237739985a20e114abc7e7433a..3ed81d584405e7473f5ccb3f183aa13a36474d8a 100644 (file)
@@ -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 <stdlib.h>
 #include <string.h>