null commit

This commit is contained in:
mycroft 2002-09-23 12:44:34 +00:00
parent 703448bf87
commit aae6c28cf9
26 changed files with 42 additions and 42 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: subr.c,v 1.27 2002/09/23 03:32:34 itojun Exp $ */ /* $NetBSD: subr.c,v 1.28 2002/09/23 12:48:02 mycroft Exp $ */
/* /*
* Copyright (c) 1983, 1993 * Copyright (c) 1983, 1993
@ -38,7 +38,7 @@
#if 0 #if 0
static char sccsid[] = "from: @(#)subr.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "from: @(#)subr.c 8.1 (Berkeley) 6/4/93";
#else #else
__RCSID("$NetBSD: subr.c,v 1.27 2002/09/23 03:32:34 itojun Exp $"); __RCSID("$NetBSD: subr.c,v 1.28 2002/09/23 12:48:02 mycroft Exp $");
#endif #endif
#endif /* not lint */ #endif /* not lint */

View File

@ -1,4 +1,4 @@
/* $NetBSD: identd.c,v 1.15 2002/09/23 03:32:35 itojun Exp $ */ /* $NetBSD: identd.c,v 1.16 2002/09/23 12:48:02 mycroft Exp $ */
/* /*
** identd.c A TCP/IP link identification protocol server ** identd.c A TCP/IP link identification protocol server

View File

@ -1,4 +1,4 @@
/* $NetBSD: rexecd.c,v 1.12 2002/09/23 03:32:35 itojun Exp $ */ /* $NetBSD: rexecd.c,v 1.13 2002/09/23 12:48:02 mycroft Exp $ */
/* /*
* Copyright (c) 1983, 1993 * Copyright (c) 1983, 1993
@ -40,7 +40,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\
#if 0 #if 0
static char sccsid[] = "from: @(#)rexecd.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "from: @(#)rexecd.c 8.1 (Berkeley) 6/4/93";
#else #else
__RCSID("$NetBSD: rexecd.c,v 1.12 2002/09/23 03:32:35 itojun Exp $"); __RCSID("$NetBSD: rexecd.c,v 1.13 2002/09/23 12:48:02 mycroft Exp $");
#endif #endif
#endif /* not lint */ #endif /* not lint */

View File

@ -1,4 +1,4 @@
/* $NetBSD: rlogind.c,v 1.29 2002/09/23 03:32:35 itojun Exp $ */ /* $NetBSD: rlogind.c,v 1.30 2002/09/23 12:48:03 mycroft Exp $ */
/* /*
* Copyright (C) 1998 WIDE Project. * Copyright (C) 1998 WIDE Project.
@ -73,7 +73,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1989, 1993\n\
#if 0 #if 0
static char sccsid[] = "@(#)rlogind.c 8.2 (Berkeley) 4/28/95"; static char sccsid[] = "@(#)rlogind.c 8.2 (Berkeley) 4/28/95";
#else #else
__RCSID("$NetBSD: rlogind.c,v 1.29 2002/09/23 03:32:35 itojun Exp $"); __RCSID("$NetBSD: rlogind.c,v 1.30 2002/09/23 12:48:03 mycroft Exp $");
#endif #endif
#endif /* not lint */ #endif /* not lint */

View File

@ -1,4 +1,4 @@
/* $NetBSD: rshd.c,v 1.27 2002/09/23 03:32:35 itojun Exp $ */ /* $NetBSD: rshd.c,v 1.28 2002/09/23 12:48:03 mycroft Exp $ */
/* /*
* Copyright (C) 1998 WIDE Project. * Copyright (C) 1998 WIDE Project.
@ -73,7 +73,7 @@ __COPYRIGHT("@(#) Copyright (c) 1988, 1989, 1992, 1993, 1994\n\
#if 0 #if 0
static char sccsid[] = "@(#)rshd.c 8.2 (Berkeley) 4/6/94"; static char sccsid[] = "@(#)rshd.c 8.2 (Berkeley) 4/6/94";
#else #else
__RCSID("$NetBSD: rshd.c,v 1.27 2002/09/23 03:32:35 itojun Exp $"); __RCSID("$NetBSD: rshd.c,v 1.28 2002/09/23 12:48:03 mycroft Exp $");
#endif #endif
#endif /* not lint */ #endif /* not lint */

View File

@ -1,4 +1,4 @@
/* $NetBSD: ctl_transact.c,v 1.7 2002/09/23 03:30:20 itojun Exp $ */ /* $NetBSD: ctl_transact.c,v 1.8 2002/09/23 12:48:03 mycroft Exp $ */
/* /*
* Copyright (c) 1983, 1993 * Copyright (c) 1983, 1993
@ -38,7 +38,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)ctl_transact.c 8.1 (Berkeley) 6/6/93"; static char sccsid[] = "@(#)ctl_transact.c 8.1 (Berkeley) 6/6/93";
#endif #endif
__RCSID("$NetBSD: ctl_transact.c,v 1.7 2002/09/23 03:30:20 itojun Exp $"); __RCSID("$NetBSD: ctl_transact.c,v 1.8 2002/09/23 12:48:03 mycroft Exp $");
#endif /* not lint */ #endif /* not lint */
#include "talk.h" #include "talk.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: io.c,v 1.7 2002/09/23 03:30:20 itojun Exp $ */ /* $NetBSD: io.c,v 1.8 2002/09/23 12:48:03 mycroft Exp $ */
/* /*
* Copyright (c) 1983, 1993 * Copyright (c) 1983, 1993
@ -38,7 +38,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93"; static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93";
#endif #endif
__RCSID("$NetBSD: io.c,v 1.7 2002/09/23 03:30:20 itojun Exp $"); __RCSID("$NetBSD: io.c,v 1.8 2002/09/23 12:48:03 mycroft Exp $");
#endif /* not lint */ #endif /* not lint */
/* /*

View File

@ -1,4 +1,4 @@
/* $NetBSD: network.c,v 1.12 2002/09/23 03:29:10 itojun Exp $ */ /* $NetBSD: network.c,v 1.13 2002/09/23 12:48:04 mycroft Exp $ */
/* /*
* Copyright (c) 1988, 1993 * Copyright (c) 1988, 1993
@ -38,7 +38,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)network.c 8.2 (Berkeley) 12/15/93"; static char sccsid[] = "@(#)network.c 8.2 (Berkeley) 12/15/93";
#else #else
__RCSID("$NetBSD: network.c,v 1.12 2002/09/23 03:29:10 itojun Exp $"); __RCSID("$NetBSD: network.c,v 1.13 2002/09/23 12:48:04 mycroft Exp $");
#endif #endif
#endif /* not lint */ #endif /* not lint */

View File

@ -1,4 +1,4 @@
/* $NetBSD: sys_bsd.c,v 1.21 2002/09/23 03:29:10 itojun Exp $ */ /* $NetBSD: sys_bsd.c,v 1.22 2002/09/23 12:48:04 mycroft Exp $ */
/* /*
* Copyright (c) 1988, 1990, 1993 * Copyright (c) 1988, 1990, 1993
@ -38,7 +38,7 @@
#if 0 #if 0
from: static char sccsid[] = "@(#)sys_bsd.c 8.4 (Berkeley) 5/30/95"; from: static char sccsid[] = "@(#)sys_bsd.c 8.4 (Berkeley) 5/30/95";
#else #else
__RCSID("$NetBSD: sys_bsd.c,v 1.21 2002/09/23 03:29:10 itojun Exp $"); __RCSID("$NetBSD: sys_bsd.c,v 1.22 2002/09/23 12:48:04 mycroft Exp $");
#endif #endif
#endif /* not lint */ #endif /* not lint */

View File

@ -1,4 +1,4 @@
/* $NetBSD: tn3270.c,v 1.13 2002/09/23 03:29:11 itojun Exp $ */ /* $NetBSD: tn3270.c,v 1.14 2002/09/23 12:48:04 mycroft Exp $ */
/* /*
* Copyright (c) 1988, 1993 * Copyright (c) 1988, 1993
@ -38,7 +38,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)tn3270.c 8.2 (Berkeley) 5/30/95"; static char sccsid[] = "@(#)tn3270.c 8.2 (Berkeley) 5/30/95";
#else #else
__RCSID("$NetBSD: tn3270.c,v 1.13 2002/09/23 03:29:11 itojun Exp $"); __RCSID("$NetBSD: tn3270.c,v 1.14 2002/09/23 12:48:04 mycroft Exp $");
#endif #endif
#endif /* not lint */ #endif /* not lint */

View File

@ -1,4 +1,4 @@
/* $NetBSD: utilities.c,v 1.13 2002/09/23 03:29:11 itojun Exp $ */ /* $NetBSD: utilities.c,v 1.14 2002/09/23 12:48:05 mycroft Exp $ */
/* /*
* Copyright (c) 1988, 1993 * Copyright (c) 1988, 1993
@ -38,7 +38,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)utilities.c 8.3 (Berkeley) 5/30/95"; static char sccsid[] = "@(#)utilities.c 8.3 (Berkeley) 5/30/95";
#else #else
__RCSID("$NetBSD: utilities.c,v 1.13 2002/09/23 03:29:11 itojun Exp $"); __RCSID("$NetBSD: utilities.c,v 1.14 2002/09/23 12:48:05 mycroft Exp $");
#endif #endif
#endif /* not lint */ #endif /* not lint */

View File

@ -1,4 +1,4 @@
/* $NetBSD: top.c,v 1.14 2002/09/23 03:30:19 itojun Exp $ */ /* $NetBSD: top.c,v 1.15 2002/09/23 12:48:05 mycroft Exp $ */
const char copyright[] = "Copyright (c) 1984 through 1996, William LeFebvre"; const char copyright[] = "Copyright (c) 1984 through 1996, William LeFebvre";

View File

@ -1,4 +1,4 @@
/* $NetBSD: apmd.c,v 1.24 2002/09/23 03:36:03 itojun Exp $ */ /* $NetBSD: apmd.c,v 1.25 2002/09/23 12:44:34 mycroft Exp $ */
/*- /*-
* Copyright (c) 1996, 2000 The NetBSD Foundation, Inc. * Copyright (c) 1996, 2000 The NetBSD Foundation, Inc.

View File

@ -1,4 +1,4 @@
/* $NetBSD: mapper.c,v 1.13 2002/09/23 03:36:04 itojun Exp $ */ /* $NetBSD: mapper.c,v 1.14 2002/09/23 12:48:05 mycroft Exp $ */
/* Mapper for connections between MRouteD multicast routers. /* Mapper for connections between MRouteD multicast routers.
* Written by Pavel Curtis <Pavel@PARC.Xerox.Com> * Written by Pavel Curtis <Pavel@PARC.Xerox.Com>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mld6.c,v 1.8 2002/09/23 03:36:04 itojun Exp $ */ /* $NetBSD: mld6.c,v 1.9 2002/09/23 12:48:06 mycroft Exp $ */
/* $KAME: mld6.c,v 1.9 2000/12/04 06:29:37 itojun Exp $ */ /* $KAME: mld6.c,v 1.9 2000/12/04 06:29:37 itojun Exp $ */
/* /*

View File

@ -1,4 +1,4 @@
/* $NetBSD: moused.c,v 1.10 2002/09/23 03:36:04 itojun Exp $ */ /* $NetBSD: moused.c,v 1.11 2002/09/23 12:48:06 mycroft Exp $ */
/** /**
** Copyright (c) 1995 Michael Smith, All rights reserved. ** Copyright (c) 1995 Michael Smith, All rights reserved.
** **
@ -48,7 +48,7 @@
#include <sys/cdefs.h> #include <sys/cdefs.h>
#ifndef lint #ifndef lint
__RCSID("$NetBSD: moused.c,v 1.10 2002/09/23 03:36:04 itojun Exp $"); __RCSID("$NetBSD: moused.c,v 1.11 2002/09/23 12:48:06 mycroft Exp $");
#endif /* not lint */ #endif /* not lint */
#include <ctype.h> #include <ctype.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mrinfo.c,v 1.17 2002/09/23 03:36:04 itojun Exp $ */ /* $NetBSD: mrinfo.c,v 1.18 2002/09/23 12:48:06 mycroft Exp $ */
/* /*
* This tool requests configuration info from a multicast router * This tool requests configuration info from a multicast router
@ -80,7 +80,7 @@
static char rcsid[] = static char rcsid[] =
"@(#) Header: mrinfo.c,v 1.6 93/04/08 15:14:16 van Exp (LBL)"; "@(#) Header: mrinfo.c,v 1.6 93/04/08 15:14:16 van Exp (LBL)";
#else #else
__RCSID("$NetBSD: mrinfo.c,v 1.17 2002/09/23 03:36:04 itojun Exp $"); __RCSID("$NetBSD: mrinfo.c,v 1.18 2002/09/23 12:48:06 mycroft Exp $");
#endif #endif
#endif #endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: mtrace.c,v 1.25 2002/09/23 03:36:05 itojun Exp $ */ /* $NetBSD: mtrace.c,v 1.26 2002/09/23 12:48:07 mycroft Exp $ */
/* /*
* mtrace.c * mtrace.c
@ -52,7 +52,7 @@
#include <sys/cdefs.h> #include <sys/cdefs.h>
#ifndef lint #ifndef lint
__RCSID("$NetBSD: mtrace.c,v 1.25 2002/09/23 03:36:05 itojun Exp $"); __RCSID("$NetBSD: mtrace.c,v 1.26 2002/09/23 12:48:07 mycroft Exp $");
#endif #endif
#include <sys/types.h> #include <sys/types.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfsd.c,v 1.39 2002/09/23 03:36:05 itojun Exp $ */ /* $NetBSD: nfsd.c,v 1.40 2002/09/23 12:48:07 mycroft Exp $ */
/* /*
* Copyright (c) 1989, 1993, 1994 * Copyright (c) 1989, 1993, 1994
@ -46,7 +46,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993, 1994\n\
#if 0 #if 0
static char sccsid[] = "@(#)nfsd.c 8.9 (Berkeley) 3/29/95"; static char sccsid[] = "@(#)nfsd.c 8.9 (Berkeley) 3/29/95";
#else #else
__RCSID("$NetBSD: nfsd.c,v 1.39 2002/09/23 03:36:05 itojun Exp $"); __RCSID("$NetBSD: nfsd.c,v 1.40 2002/09/23 12:48:07 mycroft Exp $");
#endif #endif
#endif /* not lint */ #endif /* not lint */

View File

@ -1,4 +1,4 @@
/* $NetBSD: rbootd.c,v 1.17 2002/09/23 03:36:05 itojun Exp $ */ /* $NetBSD: rbootd.c,v 1.18 2002/09/23 12:48:07 mycroft Exp $ */
/* /*
* Copyright (c) 1988, 1992 The University of Utah and the Center * Copyright (c) 1988, 1992 The University of Utah and the Center
@ -57,7 +57,7 @@ __COPYRIGHT(
#if 0 #if 0
static char sccsid[] = "@(#)rbootd.c 8.1 (Berkeley) 6/4/93"; static char sccsid[] = "@(#)rbootd.c 8.1 (Berkeley) 6/4/93";
#else #else
__RCSID("$NetBSD: rbootd.c,v 1.17 2002/09/23 03:36:05 itojun Exp $"); __RCSID("$NetBSD: rbootd.c,v 1.18 2002/09/23 12:48:07 mycroft Exp $");
#endif #endif
#endif /* not lint */ #endif /* not lint */

View File

@ -1,4 +1,4 @@
/* $NetBSD: route6d.c,v 1.40 2002/09/20 22:04:32 itojun Exp $ */ /* $NetBSD: route6d.c,v 1.41 2002/09/23 12:48:08 mycroft Exp $ */
/* $KAME: route6d.c,v 1.88 2002/08/21 16:24:25 itojun Exp $ */ /* $KAME: route6d.c,v 1.88 2002/08/21 16:24:25 itojun Exp $ */
/* /*
@ -32,7 +32,7 @@
#include <sys/cdefs.h> #include <sys/cdefs.h>
#ifndef lint #ifndef lint
__RCSID("$NetBSD: route6d.c,v 1.40 2002/09/20 22:04:32 itojun Exp $"); __RCSID("$NetBSD: route6d.c,v 1.41 2002/09/23 12:48:08 mycroft Exp $");
#endif #endif
#include <stdio.h> #include <stdio.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: rpcb_svc_com.c,v 1.7 2002/09/23 03:36:05 itojun Exp $ */ /* $NetBSD: rpcb_svc_com.c,v 1.8 2002/09/23 12:48:08 mycroft Exp $ */
/* /*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for * Sun RPC is a product of Sun Microsystems, Inc. and is provided for

View File

@ -1,4 +1,4 @@
/* $NetBSD: util.c,v 1.8 2002/09/23 03:36:06 itojun Exp $ */ /* $NetBSD: util.c,v 1.9 2002/09/23 12:48:10 mycroft Exp $ */
/*- /*-
* Copyright (c) 2000 The NetBSD Foundation, Inc. * Copyright (c) 2000 The NetBSD Foundation, Inc.

View File

@ -1,4 +1,4 @@
/* $NetBSD: rtadvd.c,v 1.25 2002/09/23 03:36:06 itojun Exp $ */ /* $NetBSD: rtadvd.c,v 1.26 2002/09/23 12:48:10 mycroft Exp $ */
/* $KAME: rtadvd.c,v 1.74 2002/09/08 01:25:17 itojun Exp $ */ /* $KAME: rtadvd.c,v 1.74 2002/09/08 01:25:17 itojun Exp $ */
/* /*

View File

@ -1,4 +1,4 @@
/* $NetBSD: rtsold.c,v 1.20 2002/09/20 22:04:31 itojun Exp $ */ /* $NetBSD: rtsold.c,v 1.21 2002/09/23 12:48:10 mycroft Exp $ */
/* $KAME: rtsold.c,v 1.55 2002/09/08 01:26:03 itojun Exp $ */ /* $KAME: rtsold.c,v 1.55 2002/09/08 01:26:03 itojun Exp $ */
/* /*

View File

@ -1,4 +1,4 @@
/* $NetBSD: run.c,v 1.8 2002/09/23 03:36:06 itojun Exp $ */ /* $NetBSD: run.c,v 1.9 2002/09/23 12:48:10 mycroft Exp $ */
/* /*
* Copyright (c) 2000 The NetBSD Foundation, Inc. * Copyright (c) 2000 The NetBSD Foundation, Inc.