diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-12-11 09:05:01 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-12-11 09:05:01 +0000 |
commit | 575d5203a792144787a6de364e55e778834ba89a (patch) | |
tree | 8a527c7e442c0b17dd20e41a67d528c048b9706a /compat_strsep.c | |
parent | fc3906028aae342e30bbfed834f856692cc02f1e (diff) | |
download | mandoc-575d5203a792144787a6de364e55e778834ba89a.tar.gz |
sync to OpenBSD
Diffstat (limited to 'compat_strsep.c')
-rw-r--r-- | compat_strsep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compat_strsep.c b/compat_strsep.c index 348f7ebf..2b422cf4 100644 --- a/compat_strsep.c +++ b/compat_strsep.c @@ -6,7 +6,8 @@ int dummy; #else -/* ($)OpenBSD: strsep.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */ +/* $Id$ */ +/* $OpenBSD: strsep.c,v 1.7 2014/02/05 20:42:32 stsp Exp $ */ /*- * Copyright (c) 1990, 1993 |