add __RCSID().

This commit is contained in:
itojun 2000-04-24 10:40:24 +00:00
parent 92db021bdc
commit 72eddcac5b
11 changed files with 67 additions and 11 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: __cmsg_alignbytes.c,v 1.2 2000/04/19 15:16:02 itojun Exp $ */
/* $NetBSD: __cmsg_alignbytes.c,v 1.3 2000/04/24 10:40:24 itojun Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -36,6 +36,11 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: __cmsg_alignbytes.c,v 1.3 2000/04/24 10:40:24 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <sys/param.h>
#include <sys/sysctl.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ethers.c,v 1.17 2000/01/22 22:19:14 mycroft Exp $ */
/* $NetBSD: ethers.c,v 1.18 2000/04/24 10:40:24 itojun Exp $ */
/*
* ethers(3N) a la Sun.
@ -7,6 +7,11 @@
* Public domain.
*/
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: ethers.c,v 1.18 2000/04/24 10:40:24 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
#include <sys/param.h>
#include <sys/socket.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: getaddrinfo.c,v 1.38 2000/04/24 09:27:31 itojun Exp $ */
/* $NetBSD: getaddrinfo.c,v 1.39 2000/04/24 10:40:24 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@ -76,6 +76,11 @@
* friends.
*/
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: getaddrinfo.c,v 1.39 2000/04/24 10:40:24 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
#include <sys/types.h>
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: getifaddrs.c,v 1.3 2000/04/24 09:27:31 itojun Exp $ */
/* $NetBSD: getifaddrs.c,v 1.4 2000/04/24 10:40:25 itojun Exp $ */
/*
* Copyright (c) 1995, 1999
@ -24,6 +24,12 @@
*
* BSDI getifaddrs.c,v 2.12 2000/02/23 14:51:59 dab Exp
*/
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: getifaddrs.c,v 1.4 2000/04/24 10:40:25 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
#include <sys/types.h>
#include <sys/ioctl.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: getnameinfo.c,v 1.14 2000/04/24 09:27:31 itojun Exp $ */
/* $NetBSD: getnameinfo.c,v 1.15 2000/04/24 10:40:25 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@ -39,6 +39,11 @@
* modified).
*/
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: getnameinfo.c,v 1.15 2000/04/24 10:40:25 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
#include <sys/types.h>
#include <sys/socket.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_indextoname.c,v 1.1 2000/04/24 10:24:47 itojun Exp $ */
/* $NetBSD: if_indextoname.c,v 1.2 2000/04/24 10:40:25 itojun Exp $ */
/* $KAME: if_indextoname.c,v 1.4 2000/04/24 10:08:41 itojun Exp $ */
/*-
@ -26,6 +26,11 @@
* BSDI Id: if_indextoname.c,v 2.3 2000/04/17 22:38:05 dab Exp
*/
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: if_indextoname.c,v 1.2 2000/04/24 10:40:25 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
#include <sys/types.h>
#include <sys/socket.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_nameindex.c,v 1.1 2000/04/24 10:24:47 itojun Exp $ */
/* $NetBSD: if_nameindex.c,v 1.2 2000/04/24 10:40:25 itojun Exp $ */
/* $KAME: if_nameindex.c,v 1.3 2000/04/24 10:08:41 itojun Exp $ */
/*-
@ -26,6 +26,11 @@
* BSDI Id: if_nameindex.c,v 2.3 2000/04/17 22:38:05 dab Exp
*/
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: if_nameindex.c,v 1.2 2000/04/24 10:40:25 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
#include <sys/types.h>
#include <sys/socket.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_nametoindex.c,v 1.1 2000/04/24 10:24:47 itojun Exp $ */
/* $NetBSD: if_nametoindex.c,v 1.2 2000/04/24 10:40:25 itojun Exp $ */
/* $KAME: if_nametoindex.c,v 1.4 2000/04/24 10:08:41 itojun Exp $ */
/*-
@ -26,6 +26,11 @@
* BSDI Id: if_nametoindex.c,v 2.3 2000/04/17 22:38:05 dab Exp
*/
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: if_nametoindex.c,v 1.2 2000/04/24 10:40:25 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
#include <sys/types.h>
#include <sys/socket.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ip6opt.c,v 1.6 2000/04/24 09:27:31 itojun Exp $ */
/* $NetBSD: ip6opt.c,v 1.7 2000/04/24 10:40:25 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@ -29,6 +29,11 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: ip6opt.c,v 1.7 2000/04/24 10:40:25 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
#include <sys/param.h>
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: rthdr.c,v 1.8 2000/04/24 09:27:31 itojun Exp $ */
/* $NetBSD: rthdr.c,v 1.9 2000/04/24 10:40:25 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@ -29,6 +29,11 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: rthdr.c,v 1.9 2000/04/24 10:40:25 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
#include <sys/param.h>
#include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: vars6.c,v 1.4 2000/01/22 22:19:16 mycroft Exp $ */
/* $NetBSD: vars6.c,v 1.5 2000/04/24 10:40:25 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@ -29,6 +29,11 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: vars6.c,v 1.5 2000/04/24 10:40:25 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
#include <sys/types.h>
#include <netinet/in.h>