Source-Changes-HG archive

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

[src/trunk]: src/sys/net Make this file syntactically correct again.



details:   https://anonhg.NetBSD.org/src/rev/c2c10e4d5fd3
branches:  trunk
changeset: 473126:c2c10e4d5fd3
user:      augustss <augustss%NetBSD.org@localhost>
date:      Fri May 21 00:25:48 1999 +0000

description:
Make this file syntactically correct again.

diffstat:

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

diffs (18 lines):

diff -r 934509bdf363 -r c2c10e4d5fd3 sys/net/ethertypes.h
--- a/sys/net/ethertypes.h      Fri May 21 00:09:09 1999 +0000
+++ b/sys/net/ethertypes.h      Fri May 21 00:25:48 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ethertypes.h,v 1.8 1999/05/20 21:02:43 tsarna Exp $    */
+/*     $NetBSD: ethertypes.h,v 1.9 1999/05/21 00:25:48 augustss Exp $  */
 
 /*
  * Copyright (c) 1982, 1986, 1993
@@ -87,7 +87,7 @@
 #define        ETHERTYPE_VINESECHO     0x0BAF  /* Banyan VINES Echo */
 
 /*                    0x1000 - 0x100F     Berkeley Trailer */
- *
+/*
  * The ETHERTYPE_NTRAILER packet types starting at ETHERTYPE_TRAIL have
  * (type-ETHERTYPE_TRAIL)*512 bytes of data followed
  * by an ETHER type (as given above) and then the (variable-length) header.



Home | Main Index | Thread Index | Old Index