diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-11-10 06:18:56 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-11-10 06:18:56 +0100 |
commit | 7f24a0e64774e6566242f44b0f06ab06607d0c97 (patch) | |
tree | f6b8d04689e1c7d6b6b5e761dfaca9b3d8d64273 /openbsd-compat/inet_ntoa.c | |
parent | - (dtucker) [openbsd-compat/strlcat.c] Sync OpenBSD revs 1.11 - 1.12 (removal (diff) | |
download | openssh-7f24a0e64774e6566242f44b0f06ab06607d0c97.tar.xz openssh-7f24a0e64774e6566242f44b0f06ab06607d0c97.zip |
- (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/inet_ntoa.c')
-rw-r--r-- | openbsd-compat/inet_ntoa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/inet_ntoa.c b/openbsd-compat/inet_ntoa.c index dc010dc53..16390b178 100644 --- a/openbsd-compat/inet_ntoa.c +++ b/openbsd-compat/inet_ntoa.c @@ -1,5 +1,3 @@ -/* OPENBSD ORIGINAL: lib/libc/net/inet_ntoa.c */ - /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -29,6 +27,8 @@ * SUCH DAMAGE. */ +/* OPENBSD ORIGINAL: lib/libc/net/inet_ntoa.c */ + #include "includes.h" #if defined(BROKEN_INET_NTOA) || !defined(HAVE_INET_NTOA) |