diff --git a/libexec/getty/subr.c b/libexec/getty/subr.c index 6ea2eab0130d..ce6f59817d63 100644 --- a/libexec/getty/subr.c +++ b/libexec/getty/subr.c @@ -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 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "from: @(#)subr.c 8.1 (Berkeley) 6/4/93"; #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 /* not lint */ diff --git a/libexec/identd/identd.c b/libexec/identd/identd.c index bb4b1d99f41f..2490158f6623 100644 --- a/libexec/identd/identd.c +++ b/libexec/identd/identd.c @@ -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 diff --git a/libexec/rexecd/rexecd.c b/libexec/rexecd/rexecd.c index e15ddfcfe1fd..27ec17cd61ff 100644 --- a/libexec/rexecd/rexecd.c +++ b/libexec/rexecd/rexecd.c @@ -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 @@ -40,7 +40,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\ #if 0 static char sccsid[] = "from: @(#)rexecd.c 8.1 (Berkeley) 6/4/93"; #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 /* not lint */ diff --git a/libexec/rlogind/rlogind.c b/libexec/rlogind/rlogind.c index 165ce76263ec..abcce305e628 100644 --- a/libexec/rlogind/rlogind.c +++ b/libexec/rlogind/rlogind.c @@ -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. @@ -73,7 +73,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1989, 1993\n\ #if 0 static char sccsid[] = "@(#)rlogind.c 8.2 (Berkeley) 4/28/95"; #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 /* not lint */ diff --git a/libexec/rshd/rshd.c b/libexec/rshd/rshd.c index 9c5fd95f9ba7..cca82b01887f 100644 --- a/libexec/rshd/rshd.c +++ b/libexec/rshd/rshd.c @@ -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. @@ -73,7 +73,7 @@ __COPYRIGHT("@(#) Copyright (c) 1988, 1989, 1992, 1993, 1994\n\ #if 0 static char sccsid[] = "@(#)rshd.c 8.2 (Berkeley) 4/6/94"; #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 /* not lint */ diff --git a/usr.bin/talk/ctl_transact.c b/usr.bin/talk/ctl_transact.c index 54e0fb593091..cdbf848d1598 100644 --- a/usr.bin/talk/ctl_transact.c +++ b/usr.bin/talk/ctl_transact.c @@ -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 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)ctl_transact.c 8.1 (Berkeley) 6/6/93"; #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 */ #include "talk.h" diff --git a/usr.bin/talk/io.c b/usr.bin/talk/io.c index 945034fb03d7..6d068ef61423 100644 --- a/usr.bin/talk/io.c +++ b/usr.bin/talk/io.c @@ -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 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93"; #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 */ /* diff --git a/usr.bin/telnet/network.c b/usr.bin/telnet/network.c index 9cf485bd5dd3..e4a0f163661f 100644 --- a/usr.bin/telnet/network.c +++ b/usr.bin/telnet/network.c @@ -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 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)network.c 8.2 (Berkeley) 12/15/93"; #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 /* not lint */ diff --git a/usr.bin/telnet/sys_bsd.c b/usr.bin/telnet/sys_bsd.c index 481358867ae2..6664960ff275 100644 --- a/usr.bin/telnet/sys_bsd.c +++ b/usr.bin/telnet/sys_bsd.c @@ -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 @@ -38,7 +38,7 @@ #if 0 from: static char sccsid[] = "@(#)sys_bsd.c 8.4 (Berkeley) 5/30/95"; #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 /* not lint */ diff --git a/usr.bin/telnet/tn3270.c b/usr.bin/telnet/tn3270.c index 68ea1f02d719..74f6fe473302 100644 --- a/usr.bin/telnet/tn3270.c +++ b/usr.bin/telnet/tn3270.c @@ -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 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)tn3270.c 8.2 (Berkeley) 5/30/95"; #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 /* not lint */ diff --git a/usr.bin/telnet/utilities.c b/usr.bin/telnet/utilities.c index 3641a4baca59..483432a24373 100644 --- a/usr.bin/telnet/utilities.c +++ b/usr.bin/telnet/utilities.c @@ -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 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)utilities.c 8.3 (Berkeley) 5/30/95"; #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 /* not lint */ diff --git a/usr.bin/top/top.c b/usr.bin/top/top.c index 7c7607eaecf2..666237736670 100644 --- a/usr.bin/top/top.c +++ b/usr.bin/top/top.c @@ -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"; diff --git a/usr.sbin/apmd/apmd.c b/usr.sbin/apmd/apmd.c index c7dc72c1a831..805621fa0cd3 100644 --- a/usr.sbin/apmd/apmd.c +++ b/usr.sbin/apmd/apmd.c @@ -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. diff --git a/usr.sbin/map-mbone/mapper.c b/usr.sbin/map-mbone/mapper.c index 6707ec31b024..23b6758bfd7d 100644 --- a/usr.sbin/map-mbone/mapper.c +++ b/usr.sbin/map-mbone/mapper.c @@ -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. * Written by Pavel Curtis diff --git a/usr.sbin/mld6query/mld6.c b/usr.sbin/mld6query/mld6.c index a77e3e63fe36..f526566277ca 100644 --- a/usr.sbin/mld6query/mld6.c +++ b/usr.sbin/mld6query/mld6.c @@ -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 $ */ /* diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c index 6e788b700ae8..5833a4c10307 100644 --- a/usr.sbin/moused/moused.c +++ b/usr.sbin/moused/moused.c @@ -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. ** @@ -48,7 +48,7 @@ #include #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 */ #include diff --git a/usr.sbin/mrinfo/mrinfo.c b/usr.sbin/mrinfo/mrinfo.c index 4882f32f410f..b27dec5f8046 100644 --- a/usr.sbin/mrinfo/mrinfo.c +++ b/usr.sbin/mrinfo/mrinfo.c @@ -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 @@ -80,7 +80,7 @@ static char rcsid[] = "@(#) Header: mrinfo.c,v 1.6 93/04/08 15:14:16 van Exp (LBL)"; #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 diff --git a/usr.sbin/mtrace/mtrace.c b/usr.sbin/mtrace/mtrace.c index fb67cab7bbf0..95b918437b44 100644 --- a/usr.sbin/mtrace/mtrace.c +++ b/usr.sbin/mtrace/mtrace.c @@ -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 @@ -52,7 +52,7 @@ #include #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 #include diff --git a/usr.sbin/nfsd/nfsd.c b/usr.sbin/nfsd/nfsd.c index 4a9e153ba9b4..31cfb2970355 100644 --- a/usr.sbin/nfsd/nfsd.c +++ b/usr.sbin/nfsd/nfsd.c @@ -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 @@ -46,7 +46,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993, 1994\n\ #if 0 static char sccsid[] = "@(#)nfsd.c 8.9 (Berkeley) 3/29/95"; #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 /* not lint */ diff --git a/usr.sbin/rbootd/rbootd.c b/usr.sbin/rbootd/rbootd.c index 8d7cae6112c1..b6e4be272107 100644 --- a/usr.sbin/rbootd/rbootd.c +++ b/usr.sbin/rbootd/rbootd.c @@ -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 @@ -57,7 +57,7 @@ __COPYRIGHT( #if 0 static char sccsid[] = "@(#)rbootd.c 8.1 (Berkeley) 6/4/93"; #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 /* not lint */ diff --git a/usr.sbin/route6d/route6d.c b/usr.sbin/route6d/route6d.c index d30c138ff205..18c5988ad19e 100644 --- a/usr.sbin/route6d/route6d.c +++ b/usr.sbin/route6d/route6d.c @@ -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 $ */ /* @@ -32,7 +32,7 @@ #include #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 #include diff --git a/usr.sbin/rpcbind/rpcb_svc_com.c b/usr.sbin/rpcbind/rpcb_svc_com.c index 2ebb9141a273..b1d0921ffb5a 100644 --- a/usr.sbin/rpcbind/rpcb_svc_com.c +++ b/usr.sbin/rpcbind/rpcb_svc_com.c @@ -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 diff --git a/usr.sbin/rpcbind/util.c b/usr.sbin/rpcbind/util.c index 7ab8cac04300..a88f84259bf5 100644 --- a/usr.sbin/rpcbind/util.c +++ b/usr.sbin/rpcbind/util.c @@ -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. diff --git a/usr.sbin/rtadvd/rtadvd.c b/usr.sbin/rtadvd/rtadvd.c index c17fddcdba9a..dba566b87606 100644 --- a/usr.sbin/rtadvd/rtadvd.c +++ b/usr.sbin/rtadvd/rtadvd.c @@ -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 $ */ /* diff --git a/usr.sbin/rtsold/rtsold.c b/usr.sbin/rtsold/rtsold.c index c76ae3d0dcce..c323eb029ede 100644 --- a/usr.sbin/rtsold/rtsold.c +++ b/usr.sbin/rtsold/rtsold.c @@ -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 $ */ /* diff --git a/usr.sbin/sushi/run.c b/usr.sbin/sushi/run.c index ecb5f6ae21a6..9e172ecb3e7f 100644 --- a/usr.sbin/sushi/run.c +++ b/usr.sbin/sushi/run.c @@ -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.