diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-12-11 09:19:32 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-12-11 09:19:32 +0000 |
commit | 1620d3f9192c328b16d8aa31ee0f08d8b115c420 (patch) | |
tree | 10195c4d283d1364e7f73edb83a7d9be91b1fc01 | |
parent | 575d5203a792144787a6de364e55e778834ba89a (diff) | |
download | mandoc-1620d3f9192c328b16d8aa31ee0f08d8b115c420.tar.gz |
fix RCS IDs
-rw-r--r-- | compat_strcasestr.c | 3 |
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 |