Module Name: src Committed By: msaitoh Date: Tue Feb 26 09:43:38 UTC 2019
Modified Files: src/sys/net: if_gre.h Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/net/if_gre.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/net/if_gre.h diff -u src/sys/net/if_gre.h:1.43 src/sys/net/if_gre.h:1.44 --- src/sys/net/if_gre.h:1.43 Sun Sep 6 06:01:01 2015 +++ src/sys/net/if_gre.h Tue Feb 26 09:43:37 2019 @@ -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 @@ extern int ip_gre_ttl; * 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_ */