diff options
author | Damien Miller <djm@mindrot.org> | 2003-11-24 13:33:34 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-11-24 13:33:34 +1100 |
commit | 3db2e4daf7333ac0b3ae90f23aa9668c7723ddfb (patch) | |
tree | 84d04b835e8c7dfe4354051df004714cc9dfd73a /openbsd-compat/strsep.c | |
parent | e0113ccc08725142ca263dd61734bc93e1a3d39b (diff) | |
download | openssh-git-3db2e4daf7333ac0b3ae90f23aa9668c7723ddfb.tar.gz |
- (djm) Annotate OpenBSD-derived files in openbsd-compat/ with original
source file path (in OpenBSD tree).
Diffstat (limited to 'openbsd-compat/strsep.c')
-rw-r--r-- | openbsd-compat/strsep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat/strsep.c b/openbsd-compat/strsep.c index b1367134..330d84ce 100644 --- a/openbsd-compat/strsep.c +++ b/openbsd-compat/strsep.c @@ -1,3 +1,5 @@ +/* OPENBSD ORIGINAL: lib/libc/string/strsep.c */ + /* $OpenBSD: strsep.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $ */ /*- |