diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-11-10 16:18:56 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-11-10 16:18:56 +1100 |
commit | 7f24a0e64774e6566242f44b0f06ab06607d0c97 (patch) | |
tree | f6b8d04689e1c7d6b6b5e761dfaca9b3d8d64273 /openbsd-compat/strsep.c | |
parent | 80c0d7eb885d244d4745b55a392ee07b03e41676 (diff) |
- (dtucker) [openbsd-compat/{LOTS}] Move the "OPENBSD ORIGINAL" markers to
after the copyright notices. Having them at the top next to the CVSIDs
guarantees a conflict for each and every sync.
Diffstat (limited to 'openbsd-compat/strsep.c')
-rw-r--r-- | openbsd-compat/strsep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/strsep.c b/openbsd-compat/strsep.c index 330d84ce1..9e81980c7 100644 --- a/openbsd-compat/strsep.c +++ b/openbsd-compat/strsep.c | |||
@@ -1,5 +1,3 @@ | |||
1 | /* OPENBSD ORIGINAL: lib/libc/string/strsep.c */ | ||
2 | |||
3 | /* $OpenBSD: strsep.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $ */ | 1 | /* $OpenBSD: strsep.c,v 1.5 2003/06/11 21:08:16 deraadt Exp $ */ |
4 | 2 | ||
5 | /*- | 3 | /*- |
@@ -31,6 +29,8 @@ | |||
31 | * SUCH DAMAGE. | 29 | * SUCH DAMAGE. |
32 | */ | 30 | */ |
33 | 31 | ||
32 | /* OPENBSD ORIGINAL: lib/libc/string/strsep.c */ | ||
33 | |||
34 | #include "includes.h" | 34 | #include "includes.h" |
35 | 35 | ||
36 | #if !defined(HAVE_STRSEP) | 36 | #if !defined(HAVE_STRSEP) |