diff options
author | Shawn Routhier <sar@isc.org> | 2009-10-28 04:12:30 +0000 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2009-10-28 04:12:30 +0000 |
commit | 98bf16077d22f28e288a18e184a9d1f97cb5f4f7 (patch) | |
tree | b38c8282016ec1526d59abe313ff8317da4c21b6 /dst/base64.c | |
parent | 571c38b093626507112330e197dbbd318ba43a57 (diff) | |
download | isc-dhcp-98bf16077d22f28e288a18e184a9d1f97cb5f4f7.tar.gz |
Support for asynchronous ddns per ticket 19216 - convert to using isclib and
dnslib.
Diffstat (limited to 'dst/base64.c')
-rw-r--r-- | dst/base64.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dst/base64.c b/dst/base64.c index d0677df8..db70f681 100644 --- a/dst/base64.c +++ b/dst/base64.c @@ -47,7 +47,7 @@ */ #if !defined(LINT) && !defined(CODECENTER) -static const char rcsid[] = "$Id: base64.c,v 1.3 2009/07/23 18:52:20 sar Exp $"; +static const char rcsid[] = "$Id: base64.c,v 1.4 2009/10/28 04:12:30 sar Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -64,7 +64,6 @@ static const char rcsid[] = "$Id: base64.c,v 1.3 2009/07/23 18:52:20 sar Exp $"; #include <sys/socket.h> -#include "minires/minires.h" #include "arpa/nameser.h" #define Assert(Cond) if (!(Cond)) abort() |