Source-Changes-HG archive

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

[src/trunk]: src/sys/net Fix comment (!COMPAT_RTSOCK case). No functional cha...



details:   https://anonhg.NetBSD.org/src/rev/546945da8beb
branches:  trunk
changeset: 371732:546945da8beb
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Oct 04 07:06:31 2022 +0000

description:
Fix comment (!COMPAT_RTSOCK case). No functional change.

diffstat:

 sys/net/rtsock_shared.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0636473fbb6b -r 546945da8beb sys/net/rtsock_shared.c
--- a/sys/net/rtsock_shared.c   Tue Oct 04 05:33:05 2022 +0000
+++ b/sys/net/rtsock_shared.c   Tue Oct 04 07:06:31 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rtsock_shared.c,v 1.22 2022/07/01 21:22:23 riastradh Exp $     */
+/*     $NetBSD: rtsock_shared.c,v 1.23 2022/10/04 07:06:31 msaitoh Exp $       */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -61,7 +61,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rtsock_shared.c,v 1.22 2022/07/01 21:22:23 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rtsock_shared.c,v 1.23 2022/10/04 07:06:31 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -124,7 +124,7 @@
 DOMAIN_DEFINE(compat_50_routedomain); /* forward declare and add to link set */
 #else /* COMPAT_RTSOCK */
 /*
- * These are used when #include-d from compat/common/rtsock_50.c
+ * These are used normally, when not #include-d from compat/common/rtsock_50.c
  */
 #define        RTM_XVERSION    RTM_VERSION
 #define        RTM_XNEWADDR    RTM_NEWADDR



Home | Main Index | Thread Index | Old Index