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/strlcat.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/strlcat.c')
-rw-r--r-- | openbsd-compat/strlcat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/strlcat.c b/openbsd-compat/strlcat.c index 8252f31af..bcc1b61ad 100644 --- a/openbsd-compat/strlcat.c +++ b/openbsd-compat/strlcat.c | |||
@@ -1,5 +1,3 @@ | |||
1 | /* OPENBSD ORIGINAL: lib/libc/string/strlcat.c */ | ||
2 | |||
3 | /* $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */ | 1 | /* $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */ |
4 | 2 | ||
5 | /* | 3 | /* |
@@ -18,6 +16,8 @@ | |||
18 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 16 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
19 | */ | 17 | */ |
20 | 18 | ||
19 | /* OPENBSD ORIGINAL: lib/libc/string/strlcat.c */ | ||
20 | |||
21 | #include "includes.h" | 21 | #include "includes.h" |
22 | #ifndef HAVE_STRLCAT | 22 | #ifndef HAVE_STRLCAT |
23 | 23 | ||