diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-08-12 14:39:17 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-08-12 14:39:17 +0000 |
commit | 96a0f77bb4d861d58e1bf36f480d14e8b20afb27 (patch) | |
tree | 759075d7587746a01d36161f105e8a5207460cdd /fake-rfc2553.c | |
parent | 986a9326365c77da6a1f3674ce86d7417d8e6b9c (diff) |
fake-rfc stuff
--HG--
extra : convert_revision : 796008def04e47dc990703134c9fe013f1919190
Diffstat (limited to 'fake-rfc2553.c')
-rw-r--r-- | fake-rfc2553.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fake-rfc2553.c b/fake-rfc2553.c index 0186b53..afbea88 100644 --- a/fake-rfc2553.c +++ b/fake-rfc2553.c @@ -1,4 +1,7 @@ /* + * + * Taken from OpenSSH 3.8.1p1 + * * Copyright (C) 2000-2003 Damien Miller. All rights reserved. * Copyright (C) 1999 WIDE Project. All rights reserved. * @@ -37,7 +40,7 @@ #include "includes.h" -RCSID("$Id: fake-rfc2553.c,v 1.5 2003/09/22 02:08:23 dtucker Exp $"); +/* RCSID("$.Id: fake-rfc2553.c,v 1.5 2003/09/22 02:08:23 dtucker Exp $");*/ #ifndef HAVE_GETNAMEINFO int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, |