Source-Changes-HG archive

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

[src/trunk]: src/sys Fix CVS Id



details:   https://anonhg.NetBSD.org/src/rev/24606ef9bef7
branches:  trunk
changeset: 455749:24606ef9bef7
user:      kamil <kamil%NetBSD.org@localhost>
date:      Thu Apr 11 11:40:58 2019 +0000

description:
Fix CVS Id

NFCI

diffstat:

 sys/arch/mips/cavium/dev/octeon_pow.c     |  4 ++--
 sys/arch/mips/cavium/dev/octeon_uartreg.h |  2 +-
 sys/dev/iscsi/iscsi_main.c                |  2 +-
 sys/net80211/ieee80211_ioctl.c            |  4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 1edc4b4b0c15 -r 24606ef9bef7 sys/arch/mips/cavium/dev/octeon_pow.c
--- a/sys/arch/mips/cavium/dev/octeon_pow.c     Thu Apr 11 11:26:13 2019 +0000
+++ b/sys/arch/mips/cavium/dev/octeon_pow.c     Thu Apr 11 11:40:58 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetbBSD$       */
+/*     $NetBSD: octeon_pow.c,v 1.3 2019/04/11 11:40:58 kamil Exp $     */
 
 /*
  * Copyright (c) 2007 Internet Initiative Japan, Inc.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: octeon_pow.c,v 1.2 2015/06/01 22:55:12 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: octeon_pow.c,v 1.3 2019/04/11 11:40:58 kamil Exp $");
 
 #include "opt_octeon.h"        /* OCTEON_ETH_DEBUG */
 
diff -r 1edc4b4b0c15 -r 24606ef9bef7 sys/arch/mips/cavium/dev/octeon_uartreg.h
--- a/sys/arch/mips/cavium/dev/octeon_uartreg.h Thu Apr 11 11:26:13 2019 +0000
+++ b/sys/arch/mips/cavium/dev/octeon_uartreg.h Thu Apr 11 11:40:58 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetbSD$        */
+/*     $NetBSD: octeon_uartreg.h,v 1.2 2019/04/11 11:40:58 kamil Exp $ */
 
 /*
  * Copyright (c) 2007 Internet Initiative Japan, Inc.
diff -r 1edc4b4b0c15 -r 24606ef9bef7 sys/dev/iscsi/iscsi_main.c
--- a/sys/dev/iscsi/iscsi_main.c        Thu Apr 11 11:26:13 2019 +0000
+++ b/sys/dev/iscsi/iscsi_main.c        Thu Apr 11 11:40:58 2019 +0000
@@ -1,4 +1,4 @@
-/*     $netBSD: iscsi_main.c,v 1.1.1.1 2011/05/02 07:01:11 agc Exp $   */
+/*     $NetBSD: iscsi_main.c,v 1.28 2019/04/11 11:40:58 kamil Exp $    */
 
 /*-
  * Copyright (c) 2004,2005,2006,2011 The NetBSD Foundation, Inc.
diff -r 1edc4b4b0c15 -r 24606ef9bef7 sys/net80211/ieee80211_ioctl.c
--- a/sys/net80211/ieee80211_ioctl.c    Thu Apr 11 11:26:13 2019 +0000
+++ b/sys/net80211/ieee80211_ioctl.c    Thu Apr 11 11:40:58 2019 +0000
@@ -1,4 +1,4 @@
-/*     $netBSD: ieee80211_ioctl.c,v 1.60.16.1 2018/03/28 00:30:05 pgoyette Exp $       */
+/*     $NetBSD: ieee80211_ioctl.c,v 1.65 2019/04/11 11:40:58 kamil Exp $       */
 /*-
  * Copyright (c) 2001 Atsushi Onoe
  * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
@@ -36,7 +36,7 @@
 __FBSDID("$FreeBSD: src/sys/net80211/ieee80211_ioctl.c,v 1.35 2005/08/30 14:27:47 avatar Exp $");
 #endif
 #ifdef __NetBSD__
-__KERNEL_RCSID(0, "$NetBSD: ieee80211_ioctl.c,v 1.64 2019/03/01 11:06:57 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ieee80211_ioctl.c,v 1.65 2019/04/11 11:40:58 kamil Exp $");
 #endif
 
 /*



Home | Main Index | Thread Index | Old Index