diff options
Diffstat (limited to 'lib/libc/resolv')
-rw-r--r-- | lib/libc/resolv/Makefile.inc | 2 | ||||
-rw-r--r-- | lib/libc/resolv/h_errno.c | 2 | ||||
-rw-r--r-- | lib/libc/resolv/herror.c | 2 | ||||
-rw-r--r-- | lib/libc/resolv/mtctxres.c | 2 | ||||
-rw-r--r-- | lib/libc/resolv/res_comp.c | 2 | ||||
-rw-r--r-- | lib/libc/resolv/res_data.c | 2 | ||||
-rw-r--r-- | lib/libc/resolv/res_debug.c | 2 | ||||
-rw-r--r-- | lib/libc/resolv/res_debug.h | 2 | ||||
-rw-r--r-- | lib/libc/resolv/res_init.c | 2 | ||||
-rw-r--r-- | lib/libc/resolv/res_mkquery.c | 2 | ||||
-rw-r--r-- | lib/libc/resolv/res_private.h | 2 | ||||
-rw-r--r-- | lib/libc/resolv/res_query.c | 2 | ||||
-rw-r--r-- | lib/libc/resolv/res_send.c | 2 | ||||
-rw-r--r-- | lib/libc/resolv/res_state.c | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/lib/libc/resolv/Makefile.inc b/lib/libc/resolv/Makefile.inc index 8e4366c751cdf..8cba69b3b022b 100644 --- a/lib/libc/resolv/Makefile.inc +++ b/lib/libc/resolv/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libc/resolv/Makefile.inc,v 1.3.2.1 2006/07/17 10:09:58 ume Exp $ # resolv sources .PATH: ${.CURDIR}/resolv diff --git a/lib/libc/resolv/h_errno.c b/lib/libc/resolv/h_errno.c index 4d471b49cbc4d..dcd240db64546 100644 --- a/lib/libc/resolv/h_errno.c +++ b/lib/libc/resolv/h_errno.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/resolv/h_errno.c,v 1.2.2.1 2006/07/17 10:09:58 ume Exp $ */ #include <sys/types.h> diff --git a/lib/libc/resolv/herror.c b/lib/libc/resolv/herror.c index be4b43ec1d9cf..6072b714b75b5 100644 --- a/lib/libc/resolv/herror.c +++ b/lib/libc/resolv/herror.c @@ -53,7 +53,7 @@ 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 $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/resolv/herror.c,v 1.2.2.1 2006/07/17 10:09:58 ume Exp $"); #include "port_before.h" diff --git a/lib/libc/resolv/mtctxres.c b/lib/libc/resolv/mtctxres.c index f02a7f50281a2..ccf887a76ed40 100644 --- a/lib/libc/resolv/mtctxres.c +++ b/lib/libc/resolv/mtctxres.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/resolv/mtctxres.c,v 1.2.2.1.2.1 2006/12/23 06:15:22 ume Exp $"); #include <port_before.h> #ifdef DO_PTHREADS diff --git a/lib/libc/resolv/res_comp.c b/lib/libc/resolv/res_comp.c index cf45f07584504..7ceab41caf2ef 100644 --- a/lib/libc/resolv/res_comp.c +++ b/lib/libc/resolv/res_comp.c @@ -73,7 +73,7 @@ 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.2 2005/07/28 07:43:22 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/resolv/res_comp.c,v 1.2.2.1 2006/07/17 10:09:58 ume Exp $"); #include "port_before.h" #include <sys/types.h> diff --git a/lib/libc/resolv/res_data.c b/lib/libc/resolv/res_data.c index a3a0a66f95fe5..dbbab2789b450 100644 --- a/lib/libc/resolv/res_data.c +++ b/lib/libc/resolv/res_data.c @@ -19,7 +19,7 @@ static const char rcsid[] = "$Id: res_data.c,v 1.1.206.2 2004/03/16 12:34:18 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/resolv/res_data.c,v 1.3.2.1 2006/07/17 10:09:58 ume Exp $"); #include "port_before.h" diff --git a/lib/libc/resolv/res_debug.c b/lib/libc/resolv/res_debug.c index 29c6ef42f8cee..841f7fd0c1e71 100644 --- a/lib/libc/resolv/res_debug.c +++ b/lib/libc/resolv/res_debug.c @@ -98,7 +98,7 @@ 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.6 2005/07/28 07:43:22 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/resolv/res_debug.c,v 1.2.2.1 2006/07/17 10:09:58 ume Exp $"); #include "port_before.h" diff --git a/lib/libc/resolv/res_debug.h b/lib/libc/resolv/res_debug.h index 921f11bb10417..80ce1173eb1c2 100644 --- a/lib/libc/resolv/res_debug.h +++ b/lib/libc/resolv/res_debug.h @@ -14,7 +14,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/resolv/res_debug.h,v 1.1.1.1.2.1 2006/07/17 10:09:58 ume Exp $ */ #ifndef _RES_DEBUG_H_ diff --git a/lib/libc/resolv/res_init.c b/lib/libc/resolv/res_init.c index 2d2ae1e65c829..0bb470891c613 100644 --- a/lib/libc/resolv/res_init.c +++ b/lib/libc/resolv/res_init.c @@ -73,7 +73,7 @@ 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.6 2006/08/30 23:23:01 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/resolv/res_init.c,v 1.2.2.2.2.1 2006/12/23 06:15:22 ume Exp $"); #include "port_before.h" diff --git a/lib/libc/resolv/res_mkquery.c b/lib/libc/resolv/res_mkquery.c index 60f1efc19e3fb..905b164adad63 100644 --- a/lib/libc/resolv/res_mkquery.c +++ b/lib/libc/resolv/res_mkquery.c @@ -73,7 +73,7 @@ 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 $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/resolv/res_mkquery.c,v 1.2.2.1 2006/07/17 10:09:58 ume Exp $"); #include "port_before.h" #include <sys/types.h> diff --git a/lib/libc/resolv/res_private.h b/lib/libc/resolv/res_private.h index fc5faaab43f72..06289b5ca0e1f 100644 --- a/lib/libc/resolv/res_private.h +++ b/lib/libc/resolv/res_private.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/lib/libc/resolv/res_private.h,v 1.1.1.1.2.1 2006/07/17 10:09:58 ume Exp $ */ #ifndef res_private_h #define res_private_h diff --git a/lib/libc/resolv/res_query.c b/lib/libc/resolv/res_query.c index e715b853a5983..2f43082f9857b 100644 --- a/lib/libc/resolv/res_query.c +++ b/lib/libc/resolv/res_query.c @@ -73,7 +73,7 @@ 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 $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/resolv/res_query.c,v 1.3.2.1 2006/07/17 10:09:58 ume Exp $"); #include "port_before.h" #include <sys/types.h> diff --git a/lib/libc/resolv/res_send.c b/lib/libc/resolv/res_send.c index 7bd9317a4c27f..9b032c03419cc 100644 --- a/lib/libc/resolv/res_send.c +++ b/lib/libc/resolv/res_send.c @@ -73,7 +73,7 @@ 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.9 2006/10/16 23:00:50 marka Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/resolv/res_send.c,v 1.2.2.3.2.1 2006/12/23 06:15:22 ume Exp $"); /* * Send query to name server and wait for reply. diff --git a/lib/libc/resolv/res_state.c b/lib/libc/resolv/res_state.c index b2742ce42d3f8..6456bd1c370dd 100644 --- a/lib/libc/resolv/res_state.c +++ b/lib/libc/resolv/res_state.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libc/resolv/res_state.c,v 1.3.2.1 2006/07/17 10:09:58 ume Exp $ */ #include <sys/types.h> |