Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/resolv the doo doo doo, the daa daa daa...



details:   https://anonhg.NetBSD.org/src/rev/64ec97a81c3d
branches:  trunk
changeset: 749234:64ec97a81c3d
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Sun Nov 22 18:04:37 2009 +0000

description:
the doo doo doo, the daa daa daa...

diffstat:

 lib/libc/resolv/res_compat.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 62b27f8454c9 -r 64ec97a81c3d lib/libc/resolv/res_compat.c
--- a/lib/libc/resolv/res_compat.c      Sun Nov 22 18:02:22 2009 +0000
+++ b/lib/libc/resolv/res_compat.c      Sun Nov 22 18:04:37 2009 +0000
@@ -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 <sys/cdefs.h>
 #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 <sys/types.h>
@@ -49,7 +49,7 @@
  * 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 



Home | Main Index | Thread Index | Old Index