summaryrefslogtreecommitdiff
path: root/usr/src/lib/libresolv2/common/bsd
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libresolv2/common/bsd')
-rw-r--r--usr/src/lib/libresolv2/common/bsd/ftruncate.c4
-rw-r--r--usr/src/lib/libresolv2/common/bsd/gettimeofday.c4
-rw-r--r--usr/src/lib/libresolv2/common/bsd/mktemp.c5
-rw-r--r--usr/src/lib/libresolv2/common/bsd/putenv.c4
-rw-r--r--usr/src/lib/libresolv2/common/bsd/readv.c4
-rw-r--r--usr/src/lib/libresolv2/common/bsd/setenv.c5
-rw-r--r--usr/src/lib/libresolv2/common/bsd/setitimer.c4
-rw-r--r--usr/src/lib/libresolv2/common/bsd/strcasecmp.c5
-rw-r--r--usr/src/lib/libresolv2/common/bsd/strerror.c5
-rw-r--r--usr/src/lib/libresolv2/common/bsd/strpbrk.c5
-rw-r--r--usr/src/lib/libresolv2/common/bsd/strsep.c5
-rw-r--r--usr/src/lib/libresolv2/common/bsd/strtoul.c5
-rw-r--r--usr/src/lib/libresolv2/common/bsd/writev.c4
13 files changed, 0 insertions, 59 deletions
diff --git a/usr/src/lib/libresolv2/common/bsd/ftruncate.c b/usr/src/lib/libresolv2/common/bsd/ftruncate.c
index 5ac4ebac9b..744d205ce7 100644
--- a/usr/src/lib/libresolv2/common/bsd/ftruncate.c
+++ b/usr/src/lib/libresolv2/common/bsd/ftruncate.c
@@ -1,7 +1,3 @@
-#ifndef LINT
-static const char rcsid[] = "$Id: ftruncate.c,v 1.3 2005/04/27 18:16:45 sra Exp $";
-#endif
-
/*! \file
* \brief
* ftruncate - set file size, BSD Style
diff --git a/usr/src/lib/libresolv2/common/bsd/gettimeofday.c b/usr/src/lib/libresolv2/common/bsd/gettimeofday.c
index 2926a3575e..f5ff8c54f5 100644
--- a/usr/src/lib/libresolv2/common/bsd/gettimeofday.c
+++ b/usr/src/lib/libresolv2/common/bsd/gettimeofday.c
@@ -1,7 +1,3 @@
-#ifndef LINT
-static const char rcsid[] = "$Id: gettimeofday.c,v 1.4 2005/04/27 04:56:11 sra Exp $";
-#endif
-
#include "port_before.h"
#include <stdio.h>
#include <syslog.h>
diff --git a/usr/src/lib/libresolv2/common/bsd/mktemp.c b/usr/src/lib/libresolv2/common/bsd/mktemp.c
index 001b24b58f..2d41b9b0ee 100644
--- a/usr/src/lib/libresolv2/common/bsd/mktemp.c
+++ b/usr/src/lib/libresolv2/common/bsd/mktemp.c
@@ -1,8 +1,3 @@
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char sccsid[] = "@(#)mktemp.c 8.1 (Berkeley) 6/4/93";
-static const char rcsid[] = "$Id: mktemp.c,v 1.2 2005/04/27 04:56:11 sra Exp $";
-#endif /* LIBC_SCCS and not lint */
-
/*
* Copyright (c) 1987, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/usr/src/lib/libresolv2/common/bsd/putenv.c b/usr/src/lib/libresolv2/common/bsd/putenv.c
index 2dcbc57e6c..de1b070de6 100644
--- a/usr/src/lib/libresolv2/common/bsd/putenv.c
+++ b/usr/src/lib/libresolv2/common/bsd/putenv.c
@@ -1,7 +1,3 @@
-#ifndef LINT
-static const char rcsid[] = "$Id: putenv.c,v 1.2 2005/04/27 04:56:11 sra Exp $";
-#endif
-
#include "port_before.h"
#include "port_after.h"
diff --git a/usr/src/lib/libresolv2/common/bsd/readv.c b/usr/src/lib/libresolv2/common/bsd/readv.c
index 5fa691a92f..0a8ade0ec1 100644
--- a/usr/src/lib/libresolv2/common/bsd/readv.c
+++ b/usr/src/lib/libresolv2/common/bsd/readv.c
@@ -1,7 +1,3 @@
-#ifndef LINT
-static const char rcsid[] = "$Id: readv.c,v 1.2 2005/04/27 04:56:11 sra Exp $";
-#endif
-
#include "port_before.h"
#include <sys/types.h>
diff --git a/usr/src/lib/libresolv2/common/bsd/setenv.c b/usr/src/lib/libresolv2/common/bsd/setenv.c
index baf00f6ff2..f9fdbb7be4 100644
--- a/usr/src/lib/libresolv2/common/bsd/setenv.c
+++ b/usr/src/lib/libresolv2/common/bsd/setenv.c
@@ -1,8 +1,3 @@
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char sccsid[] = "@(#)setenv.c 8.1 (Berkeley) 6/4/93";
-static const char rcsid[] = "$Id: setenv.c,v 1.2 2005/04/27 04:56:11 sra Exp $";
-#endif /* LIBC_SCCS and not lint */
-
/*
* Copyright (c) 1987, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/usr/src/lib/libresolv2/common/bsd/setitimer.c b/usr/src/lib/libresolv2/common/bsd/setitimer.c
index 67881d7ca8..d336ac80d9 100644
--- a/usr/src/lib/libresolv2/common/bsd/setitimer.c
+++ b/usr/src/lib/libresolv2/common/bsd/setitimer.c
@@ -1,7 +1,3 @@
-#ifndef LINT
-static const char rcsid[] = "$Id: setitimer.c,v 1.2 2005/04/27 04:56:12 sra Exp $";
-#endif
-
#include "port_before.h"
#include <sys/time.h>
diff --git a/usr/src/lib/libresolv2/common/bsd/strcasecmp.c b/usr/src/lib/libresolv2/common/bsd/strcasecmp.c
index 0c9f0dccf0..adf76ae483 100644
--- a/usr/src/lib/libresolv2/common/bsd/strcasecmp.c
+++ b/usr/src/lib/libresolv2/common/bsd/strcasecmp.c
@@ -1,8 +1,3 @@
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char sccsid[] = "@(#)strcasecmp.c 8.1 (Berkeley) 6/4/93";
-static const char rcsid[] = "$Id: strcasecmp.c,v 1.2 2005/04/27 04:56:12 sra Exp $";
-#endif /* LIBC_SCCS and not lint */
-
/*
* Copyright (c) 1987, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/usr/src/lib/libresolv2/common/bsd/strerror.c b/usr/src/lib/libresolv2/common/bsd/strerror.c
index 5973e63d5b..107215c798 100644
--- a/usr/src/lib/libresolv2/common/bsd/strerror.c
+++ b/usr/src/lib/libresolv2/common/bsd/strerror.c
@@ -1,8 +1,3 @@
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char sccsid[] = "@(#)strerror.c 8.1 (Berkeley) 6/4/93";
-static const char rcsid[] = "$Id: strerror.c,v 1.6 2008/02/18 03:49:08 marka Exp $";
-#endif /* LIBC_SCCS and not lint */
-
/*
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/usr/src/lib/libresolv2/common/bsd/strpbrk.c b/usr/src/lib/libresolv2/common/bsd/strpbrk.c
index 4c12d88e1c..01e08dd5f4 100644
--- a/usr/src/lib/libresolv2/common/bsd/strpbrk.c
+++ b/usr/src/lib/libresolv2/common/bsd/strpbrk.c
@@ -1,8 +1,3 @@
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char sccsid[] = "@(#)strpbrk.c 8.1 (Berkeley) 6/4/93";
-static const char rcsid[] = "$Id: strpbrk.c,v 1.2 2005/04/27 04:56:12 sra Exp $";
-#endif /* LIBC_SCCS and not lint */
-
/*
* Copyright (c) 1985, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/usr/src/lib/libresolv2/common/bsd/strsep.c b/usr/src/lib/libresolv2/common/bsd/strsep.c
index c7969f0028..0470733543 100644
--- a/usr/src/lib/libresolv2/common/bsd/strsep.c
+++ b/usr/src/lib/libresolv2/common/bsd/strsep.c
@@ -1,8 +1,3 @@
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char sccsid[] = "strsep.c 8.1 (Berkeley) 6/4/93";
-static const char rcsid[] = "$Id: strsep.c,v 1.2 2005/04/27 04:56:12 sra Exp $";
-#endif /* LIBC_SCCS and not lint */
-
/*
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/usr/src/lib/libresolv2/common/bsd/strtoul.c b/usr/src/lib/libresolv2/common/bsd/strtoul.c
index b37ff72729..bc199708b7 100644
--- a/usr/src/lib/libresolv2/common/bsd/strtoul.c
+++ b/usr/src/lib/libresolv2/common/bsd/strtoul.c
@@ -1,8 +1,3 @@
-#if defined(LIBC_SCCS) && !defined(lint)
-static const char sccsid[] = "@(#)strtoul.c 8.1 (Berkeley) 6/4/93";
-static const char rcsid[] = "$Id: strtoul.c,v 1.4 2008/02/18 03:49:08 marka Exp $";
-#endif /* LIBC_SCCS and not lint */
-
/*
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
diff --git a/usr/src/lib/libresolv2/common/bsd/writev.c b/usr/src/lib/libresolv2/common/bsd/writev.c
index 65baa71cfc..086f93266b 100644
--- a/usr/src/lib/libresolv2/common/bsd/writev.c
+++ b/usr/src/lib/libresolv2/common/bsd/writev.c
@@ -1,7 +1,3 @@
-#ifndef LINT
-static const char rcsid[] = "$Id: writev.c,v 1.3 2005/04/27 04:56:13 sra Exp $";
-#endif
-
#include "port_before.h"
#include <sys/types.h>