Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/wiconfig Add our RCS Id and restore original Id.



details:   https://anonhg.NetBSD.org/src/rev/9adb56c3557e
branches:  trunk
changeset: 495815:9adb56c3557e
user:      enami <enami%NetBSD.org@localhost>
date:      Mon Aug 07 00:55:08 2000 +0000

description:
Add our RCS Id and restore original Id.

diffstat:

 usr.sbin/wiconfig/wiconfig.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 81119266f2b1 -r 9adb56c3557e usr.sbin/wiconfig/wiconfig.c
--- a/usr.sbin/wiconfig/wiconfig.c      Sun Aug 06 22:41:05 2000 +0000
+++ b/usr.sbin/wiconfig/wiconfig.c      Mon Aug 07 00:55:08 2000 +0000
@@ -1,3 +1,5 @@
+/*     $NetBSD: wiconfig.c,v 1.8 2000/08/07 00:55:08 enami Exp $       */
+
 /*
  * Copyright (c) 1997, 1998, 1999
  *     Bill Paul <wpaul%ctr.columbia.edu@localhost>.  All rights reserved.
@@ -29,7 +31,7 @@
  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  * THE POSSIBILITY OF SUCH DAMAGE.
  *
- *     $Id: wiconfig.c,v 1.7 2000/07/06 03:37:26 enami Exp $
+ *     From: Id: wicontrol.c,v 1.6 1999/05/22 16:12:49 wpaul Exp $
  */
 
 #include <sys/types.h>
@@ -67,7 +69,7 @@
 static const char copyright[] = "@(#) Copyright (c) 1997, 1998, 1999\
        Bill Paul. All rights reserved.";
 static const char rcsid[] =
-       "@(#) $Id: wiconfig.c,v 1.7 2000/07/06 03:37:26 enami Exp $";
+       "@(#) $Id: wiconfig.c,v 1.8 2000/08/07 00:55:08 enami Exp $";
 #endif
 
 struct wi_table {



Home | Main Index | Thread Index | Old Index