Source-Changes-HG archive

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

[src/trunk]: src/sys/net Avoid ambiguity by having only one comment close mark.



details:   https://anonhg.NetBSD.org/src/rev/c0e4e430336a
branches:  trunk
changeset: 780777:c0e4e430336a
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Aug 05 21:21:41 2012 +0000

description:
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 a08485a178f5 -r c0e4e430336a sys/net/if_types.h
--- a/sys/net/if_types.h        Sun Aug 05 18:27:13 2012 +0000
+++ b/sys/net/if_types.h        Sun Aug 05 21:21:41 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.26 2012/08/05 21:21:41 wiz 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