diff options
author | Vitaliy Makkoveev <mvs@cvs.openbsd.org> | 2022-07-14 10:52:22 +0000 |
---|---|---|
committer | Vitaliy Makkoveev <mvs@cvs.openbsd.org> | 2022-07-14 10:52:22 +0000 |
commit | 1810324de5b30ea32351b31f3f695a3129693135 (patch) | |
tree | 8f4f08b02fc6b8ae806b00a27ad5c02b601d2370 /sys/net | |
parent | 2a6f1f4cdcaee62569c137d7dc8a9b67ffcdf0c0 (diff) |
Replace tabs by spaces after "#define". No functional changes, just
prevent future diffs to be ugly.
ok bluhm@
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/netisr.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/net/netisr.h b/sys/net/netisr.h index 901fd87ef6d..d79d697732e 100644 --- a/sys/net/netisr.h +++ b/sys/net/netisr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: netisr.h,v 1.59 2022/06/29 16:04:49 mvs Exp $ */ +/* $OpenBSD: netisr.h,v 1.60 2022/07/14 10:52:21 mvs Exp $ */ /* $NetBSD: netisr.h,v 1.12 1995/08/12 23:59:24 mycroft Exp $ */ /* @@ -41,14 +41,14 @@ * interrupt used for scheduling the network code to calls * on the lowest level routine of each protocol. */ -#define NETISR_IP 2 /* same as AF_INET */ -#define NETISR_PFSYNC 5 /* for pfsync "immediate" tx */ -#define NETISR_ARP 18 /* same as AF_LINK */ -#define NETISR_IPV6 24 /* same as AF_INET6 */ -#define NETISR_PIPEX 27 /* for pipex processing */ -#define NETISR_PPP 28 /* for PPP processing */ -#define NETISR_BRIDGE 29 /* for bridge processing */ -#define NETISR_PPPOE 30 /* for pppoe processing */ +#define NETISR_IP 2 /* same as AF_INET */ +#define NETISR_PFSYNC 5 /* for pfsync "immediate" tx */ +#define NETISR_ARP 18 /* same as AF_LINK */ +#define NETISR_IPV6 24 /* same as AF_INET6 */ +#define NETISR_PIPEX 27 /* for pipex processing */ +#define NETISR_PPP 28 /* for PPP processing */ +#define NETISR_BRIDGE 29 /* for bridge processing */ +#define NETISR_PPPOE 30 /* for pppoe processing */ #ifndef _LOCORE #ifdef _KERNEL |