Module Name: src
Committed By: kefren
Date: Sun Jun 27 06:48:41 UTC 2010
Modified Files:
src/sys/net: netisr.h
Log Message:
Style fix: Tab consistency with the lines around it
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/net/netisr.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/netisr.h
diff -u src/sys/net/netisr.h:1.40 src/sys/net/netisr.h:1.41
--- src/sys/net/netisr.h:1.40 Sat Jun 26 14:24:28 2010
+++ src/sys/net/netisr.h Sun Jun 27 06:48:40 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: netisr.h,v 1.40 2010/06/26 14:24:28 kefren Exp $ */
+/* $NetBSD: netisr.h,v 1.41 2010/06/27 06:48:40 kefren Exp $ */
/*
* Copyright (c) 1980, 1986, 1989, 1993
@@ -116,7 +116,7 @@
#define NETISR_ISDN 26 /* same as AF_E164 */
#define NETISR_NATM 27 /* same as AF_NATM */
#define NETISR_ARP 28 /* same as AF_ARP */
-#define NETISR_MPLS 33 /* same as AF_MPLS */
+#define NETISR_MPLS 33 /* same as AF_MPLS */
#define NETISR_MAX AF_MAX
#if !defined(_LOCORE) && defined(_KERNEL)