Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/resolv netbsd rcsid.



details:   https://anonhg.NetBSD.org/src/rev/f8a8d687ee74
branches:  trunk
changeset: 566784:f8a8d687ee74
user:      christos <christos%NetBSD.org@localhost>
date:      Thu May 20 19:43:39 2004 +0000

description:
netbsd rcsid.

diffstat:

 lib/libc/resolv/herror.c      |  7 ++++++-
 lib/libc/resolv/res_comp.c    |  8 ++++++--
 lib/libc/resolv/res_data.c    |  7 ++++++-
 lib/libc/resolv/res_debug.c   |  7 ++++++-
 lib/libc/resolv/res_init.c    |  7 ++++++-
 lib/libc/resolv/res_mkquery.c |  7 ++++++-
 lib/libc/resolv/res_query.c   |  7 ++++++-
 lib/libc/resolv/res_send.c    |  7 ++++++-
 8 files changed, 48 insertions(+), 9 deletions(-)

diffs (192 lines):

diff -r b5c586e7fc16 -r f8a8d687ee74 lib/libc/resolv/herror.c
--- a/lib/libc/resolv/herror.c  Thu May 20 19:34:32 2004 +0000
+++ b/lib/libc/resolv/herror.c  Thu May 20 19:43:39 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: herror.c,v 1.2 2004/05/20 17:23:22 christos Exp $      */
+/*     $NetBSD: herror.c,v 1.3 2004/05/20 19:43:39 christos Exp $      */
 
 /*
  * Copyright (c) 1987, 1993
@@ -50,9 +50,14 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
+#ifdef notdef
 static const char sccsid[] = "@(#)herror.c     8.1 (Berkeley) 6/4/93";
 static const char rcsid[] = "Id: herror.c,v 1.2.206.1 2004/03/09 08:33:54 marka Exp";
+#else
+__RCSID("$NetBSD: herror.c,v 1.3 2004/05/20 19:43:39 christos Exp $");
+#endif
 #endif /* LIBC_SCCS and not lint */
 
 #include "port_before.h"
diff -r b5c586e7fc16 -r f8a8d687ee74 lib/libc/resolv/res_comp.c
--- a/lib/libc/resolv/res_comp.c        Thu May 20 19:34:32 2004 +0000
+++ b/lib/libc/resolv/res_comp.c        Thu May 20 19:43:39 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: res_comp.c,v 1.2 2004/05/20 19:31:52 christos Exp $    */
+/*     $NetBSD: res_comp.c,v 1.3 2004/05/20 19:43:39 christos Exp $    */
 
 /*
  * Copyright (c) 1985, 1993
@@ -69,10 +69,14 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-
+#include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
+#ifdef notdef
 static const char sccsid[] = "@(#)res_comp.c   8.1 (Berkeley) 6/4/93";
 static const char rcsid[] = "Id: res_comp.c,v 1.1.2.1.4.1 2004/03/09 08:33:54 marka Exp";
+#else
+__RCSID("$NetBSD: res_comp.c,v 1.3 2004/05/20 19:43:39 christos Exp $");
+#endif
 #endif /* LIBC_SCCS and not lint */
 
 #include "port_before.h"
diff -r b5c586e7fc16 -r f8a8d687ee74 lib/libc/resolv/res_data.c
--- a/lib/libc/resolv/res_data.c        Thu May 20 19:34:32 2004 +0000
+++ b/lib/libc/resolv/res_data.c        Thu May 20 19:43:39 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: res_data.c,v 1.3 2004/05/20 19:31:52 christos Exp $    */
+/*     $NetBSD: res_data.c,v 1.4 2004/05/20 19:43:39 christos Exp $    */
 
 /*
  * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
@@ -17,8 +17,13 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
+#ifdef notdef
 static const char rcsid[] = "Id: res_data.c,v 1.1.206.2 2004/03/16 12:34:18 marka Exp";
+#else
+__RCSID("$NetBSD: res_data.c,v 1.4 2004/05/20 19:43:39 christos Exp $");
+#endif
 #endif /* LIBC_SCCS and not lint */
 
 #include "port_before.h"
diff -r b5c586e7fc16 -r f8a8d687ee74 lib/libc/resolv/res_debug.c
--- a/lib/libc/resolv/res_debug.c       Thu May 20 19:34:32 2004 +0000
+++ b/lib/libc/resolv/res_debug.c       Thu May 20 19:43:39 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: res_debug.c,v 1.3 2004/05/20 19:31:52 christos Exp $   */
+/*     $NetBSD: res_debug.c,v 1.4 2004/05/20 19:43:39 christos Exp $   */
 
 /*
  * Copyright (c) 1985
@@ -95,9 +95,14 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
+#ifdef notdef
 static const char sccsid[] = "@(#)res_debug.c  8.1 (Berkeley) 6/4/93";
 static const char rcsid[] = "Id: res_debug.c,v 1.3.2.5.4.4 2004/04/13 06:53:20 marka Exp";
+#else
+__RCSID("$NetBSD: res_debug.c,v 1.4 2004/05/20 19:43:39 christos Exp $");
+#endif
 #endif /* LIBC_SCCS and not lint */
 
 #include "port_before.h"
diff -r b5c586e7fc16 -r f8a8d687ee74 lib/libc/resolv/res_init.c
--- a/lib/libc/resolv/res_init.c        Thu May 20 19:34:32 2004 +0000
+++ b/lib/libc/resolv/res_init.c        Thu May 20 19:43:39 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: res_init.c,v 1.2 2004/05/20 17:41:00 christos Exp $    */
+/*     $NetBSD: res_init.c,v 1.3 2004/05/20 19:43:39 christos Exp $    */
 
 /*
  * Copyright (c) 1985, 1989, 1993
@@ -70,9 +70,14 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
+#ifdef notdef
 static const char sccsid[] = "@(#)res_init.c   8.1 (Berkeley) 6/7/93";
 static const char rcsid[] = "Id: res_init.c,v 1.9.2.5.4.2 2004/03/16 12:34:18 marka Exp";
+#else
+__RCSID("$NetBSD: res_init.c,v 1.3 2004/05/20 19:43:39 christos Exp $");
+#endif
 #endif /* LIBC_SCCS and not lint */
 
 #include "port_before.h"
diff -r b5c586e7fc16 -r f8a8d687ee74 lib/libc/resolv/res_mkquery.c
--- a/lib/libc/resolv/res_mkquery.c     Thu May 20 19:34:32 2004 +0000
+++ b/lib/libc/resolv/res_mkquery.c     Thu May 20 19:43:39 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: res_mkquery.c,v 1.2 2004/05/20 17:42:30 christos Exp $ */
+/*     $NetBSD: res_mkquery.c,v 1.3 2004/05/20 19:43:39 christos Exp $ */
 
 /*
  * Copyright (c) 1985, 1993
@@ -70,9 +70,14 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
+#ifdef notdef
 static const char sccsid[] = "@(#)res_mkquery.c        8.1 (Berkeley) 6/4/93";
 static const char rcsid[] = "Id: res_mkquery.c,v 1.1.2.2.4.2 2004/03/16 12:34:18 marka Exp";
+#else
+__RCSID("$NetBSD: res_mkquery.c,v 1.3 2004/05/20 19:43:39 christos Exp $");
+#endif
 #endif /* LIBC_SCCS and not lint */
 
 #include "port_before.h"
diff -r b5c586e7fc16 -r f8a8d687ee74 lib/libc/resolv/res_query.c
--- a/lib/libc/resolv/res_query.c       Thu May 20 19:34:32 2004 +0000
+++ b/lib/libc/resolv/res_query.c       Thu May 20 19:43:39 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: res_query.c,v 1.2 2004/05/20 17:43:31 christos Exp $   */
+/*     $NetBSD: res_query.c,v 1.3 2004/05/20 19:43:39 christos Exp $   */
 
 /*
  * Copyright (c) 1988, 1993
@@ -70,9 +70,14 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
+#ifdef notdef
 static const char sccsid[] = "@(#)res_query.c  8.1 (Berkeley) 6/4/93";
 static const char rcsid[] = "Id: res_query.c,v 1.2.2.3.4.2 2004/03/16 12:34:19 marka Exp";
+#else
+__RCSID("$NetBSD: res_query.c,v 1.3 2004/05/20 19:43:39 christos Exp $");
+#endif
 #endif /* LIBC_SCCS and not lint */
 
 #include "port_before.h"
diff -r b5c586e7fc16 -r f8a8d687ee74 lib/libc/resolv/res_send.c
--- a/lib/libc/resolv/res_send.c        Thu May 20 19:34:32 2004 +0000
+++ b/lib/libc/resolv/res_send.c        Thu May 20 19:43:39 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: res_send.c,v 1.3 2004/05/20 19:31:52 christos Exp $    */
+/*     $NetBSD: res_send.c,v 1.4 2004/05/20 19:43:39 christos Exp $    */
 
 /*
  * Copyright (c) 1985, 1989, 1993
@@ -70,9 +70,14 @@
  * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
+#ifdef notdef
 static const char sccsid[] = "@(#)res_send.c   8.1 (Berkeley) 6/4/93";
 static const char rcsid[] = "Id: res_send.c,v 1.5.2.2.4.3 2004/04/12 06:54:59 marka Exp";
+#else
+__RCSID("$NetBSD: res_send.c,v 1.4 2004/05/20 19:43:39 christos Exp $");
+#endif
 #endif /* LIBC_SCCS and not lint */
 
 /*



Home | Main Index | Thread Index | Old Index