Removed RCS Log entries as recommended in CVS Faq-O-Matic.
[mdsms.git] / strdup.c
index 3bd92a3..f67630f 100644 (file)
--- a/strdup.c
+++ b/strdup.c
@@ -3,13 +3,6 @@
 static char rcsid[] ATTR_UNUSED = "$Id$";
 #endif
 
-/*
- * $Log$
- * Revision 1.1.1.1  1999/05/26 13:06:26  short
- * First alpha release.
- *
- */
-
 /* This part of code is a public domain */
 
 #include <string.h>