Source-Changes-HG archive

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

[src/trunk]: src/sys/net No functional change:



details:   https://anonhg.NetBSD.org/src/rev/cc1eaa8d3768
branches:  trunk
changeset: 449202:cc1eaa8d3768
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Feb 26 09:43:37 2019 +0000

description:
No functional change:
 - Cosmetic change.
 - Remove extra space between single quote and comma to make
   "grep \'i kdump-ioctl.c | sort -n -k 5,5 | uniq | column -t" happy.

diffstat:

 sys/net/if_gre.h |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r f97e8d6632c2 -r cc1eaa8d3768 sys/net/if_gre.h
--- a/sys/net/if_gre.h  Tue Feb 26 07:31:49 2019 +0000
+++ b/sys/net/if_gre.h  Tue Feb 26 09:43:37 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_gre.h,v 1.43 2015/09/06 06:01:01 dholland Exp $ */
+/*     $NetBSD: if_gre.h,v 1.44 2019/02/26 09:43:37 msaitoh Exp $ */
 
 /*
  * Copyright (c) 1998, 2008 The NetBSD Foundation, Inc.
@@ -158,13 +158,13 @@
  * ioctls needed to manipulate the interface
  */
 
-#define GRESADDRS      _IOW('i', 101, struct ifreq)
-#define GRESADDRD      _IOW('i', 102, struct ifreq)
+#define GRESADDRS       _IOW('i', 101, struct ifreq)
+#define GRESADDRD       _IOW('i', 102, struct ifreq)
 #define GREGADDRS      _IOWR('i', 103, struct ifreq)
 #define GREGADDRD      _IOWR('i', 104, struct ifreq)
-#define GRESPROTO      _IOW('i' , 105, struct ifreq)
+#define GRESPROTO       _IOW('i', 105, struct ifreq)
 #define GREGPROTO      _IOWR('i', 106, struct ifreq)
-#define GRESSOCK       _IOW('i' , 107, struct ifreq)
-#define GREDSOCK       _IOW('i' , 108, struct ifreq)
+#define GRESSOCK        _IOW('i', 107, struct ifreq)
+#define GREDSOCK        _IOW('i', 108, struct ifreq)
 
 #endif /* !_NET_IF_GRE_H_ */



Home | Main Index | Thread Index | Old Index