Source-Changes-HG archive

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

[src/trunk]: src/sys/net/lagg Move __KERNEL_RCSID() to the traditional location.



details:   https://anonhg.NetBSD.org/src/rev/481c6886588e
branches:  trunk
changeset: 379265:481c6886588e
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon May 24 13:42:58 2021 +0000

description:
Move __KERNEL_RCSID() to the traditional location.

diffstat:

 sys/net/lagg/if_lagg.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r ebb9239dd188 -r 481c6886588e sys/net/lagg/if_lagg.c
--- a/sys/net/lagg/if_lagg.c    Mon May 24 11:13:44 2021 +0000
+++ b/sys/net/lagg/if_lagg.c    Mon May 24 13:42:58 2021 +0000
@@ -1,7 +1,4 @@
-/*     $NetBSD: if_lagg.c,v 1.3 2021/05/24 06:08:28 yamaguchi Exp $    */
-
-#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_lagg.c,v 1.3 2021/05/24 06:08:28 yamaguchi Exp $");
+/*     $NetBSD: if_lagg.c,v 1.4 2021/05/24 13:42:58 thorpej Exp $      */
 
 /*
  * Copyright (c) 2005, 2006 Reyk Floeter <reyk%openbsd.org@localhost>
@@ -22,6 +19,9 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: if_lagg.c,v 1.4 2021/05/24 13:42:58 thorpej Exp $");
+
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
 #include "opt_lagg.h"



Home | Main Index | Thread Index | Old Index