diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-11-26 12:50:31 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-11-26 12:50:31 +0000 |
commit | b665eb4cb1ea56ccad7fee700f05c85dec76e702 (patch) | |
tree | 8453629bcc74596d1a3588c5a534658f6a7b3503 /usr.sbin/nsd/compat | |
parent | 9f9bd245ba092cf635e0212513052b389360c9ba (diff) |
import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by brad@
Diffstat (limited to 'usr.sbin/nsd/compat')
-rw-r--r-- | usr.sbin/nsd/compat/memcmp.c | 4 | ||||
-rw-r--r-- | usr.sbin/nsd/compat/memmove.c | 4 | ||||
-rw-r--r-- | usr.sbin/nsd/compat/strptime.c | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/nsd/compat/memcmp.c b/usr.sbin/nsd/compat/memcmp.c index 6d3d27ac9e7..371b3d11baf 100644 --- a/usr.sbin/nsd/compat/memcmp.c +++ b/usr.sbin/nsd/compat/memcmp.c @@ -1,7 +1,7 @@ /* - * memcmp.c: memcmp compat implementation. + * memcmp.c: memcmp compat implementation. * - * Copyright (c) 2010-2011, NLnet Labs. All rights reserved. + * Copyright (c) 2010, NLnet Labs. All rights reserved. * * See LICENSE for the license. */ diff --git a/usr.sbin/nsd/compat/memmove.c b/usr.sbin/nsd/compat/memmove.c index fd65a93f84e..f83996684fe 100644 --- a/usr.sbin/nsd/compat/memmove.c +++ b/usr.sbin/nsd/compat/memmove.c @@ -1,7 +1,7 @@ /* - * memmove.c: memmove compat implementation. + * memmove.c: memmove compat implementation. * - * Copyright (c) 2001-2011, NLnet Labs. All rights reserved. + * Copyright (c) 2001-2006, NLnet Labs. All rights reserved. * * See LICENSE for the license. */ diff --git a/usr.sbin/nsd/compat/strptime.c b/usr.sbin/nsd/compat/strptime.c index 6986d35ce73..4ec96c12cef 100644 --- a/usr.sbin/nsd/compat/strptime.c +++ b/usr.sbin/nsd/compat/strptime.c @@ -10,7 +10,7 @@ * - Does not properly processes year day * * LICENSE - * Copyright (c) 2008-2011, NLnet Labs, Matthijs Mekking. + * Copyright (c) 2008, NLnet Labs, Matthijs Mekking. * All rights reserved. * * Redistribution and use in source and binary forms, with or without |