Source-Changes-HG archive

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

[src/netbsd-6]: src/sys/net Pull up following revision(s) (requested by wiz i...



details:   https://anonhg.NetBSD.org/src/rev/36b98d23a34f
branches:  netbsd-6
changeset: 774389:36b98d23a34f
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Aug 08 15:35:14 2012 +0000

description:
Pull up following revision(s) (requested by wiz in ticket #464):
        sys/net/if_types.h: revision 1.26
Avoid ambiguity by having only one comment close mark.
PR 46771 by bsiegert.

diffstat:

 sys/net/if_types.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 905d5524d83e -r 36b98d23a34f sys/net/if_types.h
--- a/sys/net/if_types.h        Wed Aug 08 15:32:25 2012 +0000
+++ b/sys/net/if_types.h        Wed Aug 08 15:35:14 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_types.h,v 1.25 2006/05/18 09:05:51 liamjfoy Exp $   */
+/*     $NetBSD: if_types.h,v 1.25.104.1 2012/08/08 15:35:14 martin Exp $       */
 
 /*
  * Copyright (c) 1989, 1993, 1994
@@ -249,7 +249,7 @@
 #define IFT_DOCSCABLEUPSTREAMCHANNEL 0xcd /* CATV Upstream Channel */
 #define IFT_ECONET                0xce /* Acorn Econet */
 #define IFT_PON155                0xcf /* FSAN 155Mb Symetrical PON interface */
-#define IFT_PON622                0xd0 /* FSAN 622Mb Symetrical PON interface */*/
+#define IFT_PON622                0xd0 /* FSAN 622Mb Symetrical PON interface */
 #define IFT_BRIDGE                0xd1 /* Transparent bridge interface */
 #define IFT_LINEGROUP             0xd2 /* Interface common to multiple lines */
 #define IFT_VOICEEMFGD            0xd3 /* voice E&M Feature Group D */



Home | Main Index | Thread Index | Old Index