diff options
author | Damien Miller <djm@mindrot.org> | 2003-11-24 03:33:34 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-11-24 03:33:34 +0100 |
commit | 3db2e4daf7333ac0b3ae90f23aa9668c7723ddfb (patch) | |
tree | 84d04b835e8c7dfe4354051df004714cc9dfd73a /openbsd-compat/inet_ntoa.c | |
parent | - dtucker@cvs.openbsd.org 2003/11/24 00:16:35 (diff) | |
download | openssh-3db2e4daf7333ac0b3ae90f23aa9668c7723ddfb.tar.xz openssh-3db2e4daf7333ac0b3ae90f23aa9668c7723ddfb.zip |
- (djm) Annotate OpenBSD-derived files in openbsd-compat/ with original
source file path (in OpenBSD tree).
Diffstat (limited to 'openbsd-compat/inet_ntoa.c')
-rw-r--r-- | openbsd-compat/inet_ntoa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat/inet_ntoa.c b/openbsd-compat/inet_ntoa.c index f9fdc9ee5..dc010dc53 100644 --- a/openbsd-compat/inet_ntoa.c +++ b/openbsd-compat/inet_ntoa.c @@ -1,3 +1,5 @@ +/* OPENBSD ORIGINAL: lib/libc/net/inet_ntoa.c */ + /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. |