summaryrefslogtreecommitdiff
path: root/missing/strlcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'missing/strlcpy.c')
-rw-r--r--missing/strlcpy.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/missing/strlcpy.c b/missing/strlcpy.c
index a92e4d13..5f3f31e9 100644
--- a/missing/strlcpy.c
+++ b/missing/strlcpy.c
@@ -28,11 +28,6 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef lint
-static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/missing/strlcpy.c,v 1.5 2003-11-16 09:36:52 guy Exp $ (LBL)";
-#endif
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif