From 25c6d8b7c2d6553604e62e1327f706139de6c5d4 Mon Sep 17 00:00:00 2001 From: mbalmer Date: Sun, 22 Nov 2009 18:04:37 +0000 Subject: [PATCH] the doo doo doo, the daa daa daa... --- lib/libc/resolv/res_compat.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/resolv/res_compat.c b/lib/libc/resolv/res_compat.c index 938094430e80..01e30d254f55 100644 --- a/lib/libc/resolv/res_compat.c +++ b/lib/libc/resolv/res_compat.c @@ -1,4 +1,4 @@ -/* $NetBSD: res_compat.c,v 1.2 2008/04/28 20:23:00 martin Exp $ */ +/* $NetBSD: res_compat.c,v 1.3 2009/11/22 18:04:37 mbalmer Exp $ */ /*- * Copyright (c) 2004 The NetBSD Foundation, Inc. @@ -31,7 +31,7 @@ #include #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: res_compat.c,v 1.2 2008/04/28 20:23:00 martin Exp $"); +__RCSID("$NetBSD: res_compat.c,v 1.3 2009/11/22 18:04:37 mbalmer Exp $"); #endif #include @@ -49,7 +49,7 @@ __RCSID("$NetBSD: res_compat.c,v 1.2 2008/04/28 20:23:00 martin Exp $"); * Most userland programs use this to set res_options before res_init() * is called. There are hooks to res_init() to consult the data in this * structure. The hooks are provided indirectly by the two functions below. - * We depend on the fact the the first 440 [32 bit machines] bytes are + * We depend on the fact the first 440 [32 bit machines] bytes are * shared between the two structures. */ #ifndef __BIND_NOSTATIC