summaryrefslogtreecommitdiffstats
path: root/compat_strcasestr.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-12-11 09:19:32 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-12-11 09:19:32 +0000
commit1620d3f9192c328b16d8aa31ee0f08d8b115c420 (patch)
tree10195c4d283d1364e7f73edb83a7d9be91b1fc01 /compat_strcasestr.c
parent575d5203a792144787a6de364e55e778834ba89a (diff)
downloadmandoc-1620d3f9192c328b16d8aa31ee0f08d8b115c420.tar.gz
fix RCS IDs
Diffstat (limited to 'compat_strcasestr.c')
-rw-r--r--compat_strcasestr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/compat_strcasestr.c b/compat_strcasestr.c
index 0706ee00..6b0ca50f 100644
--- a/compat_strcasestr.c
+++ b/compat_strcasestr.c
@@ -6,7 +6,8 @@ int dummy;
#else
-/* ($)NetBSD: strcasestr.c,v 1.2 2005/02/09 21:35:47 kleink Exp $ */
+/* $Id$ */
+/* $NetBSD: strcasestr.c,v 1.3 2005/11/29 03:12:00 christos Exp $ */
/*-
* Copyright (c) 1990, 1993