Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Off by one error in station events.



details:   https://anonhg.NetBSD.org/src/rev/43b4527c4672
branches:  trunk
changeset: 479932:43b4527c4672
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Dec 27 22:41:04 1999 +0000

description:
Off by one error in station events.

diffstat:

 sys/dev/ic/pdq.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4e7aca490d30 -r 43b4527c4672 sys/dev/ic/pdq.c
--- a/sys/dev/ic/pdq.c  Mon Dec 27 21:12:25 1999 +0000
+++ b/sys/dev/ic/pdq.c  Mon Dec 27 22:41:04 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pdq.c,v 1.27 1999/12/23 18:14:59 matt Exp $    */
+/*     $NetBSD: pdq.c,v 1.28 1999/12/27 22:41:04 matt Exp $    */
 
 /*-
  * Copyright (c) 1995,1996 Matt Thomas <matt%3am-software.com@localhost>
@@ -81,6 +81,7 @@
 };
 
 static const char * const pdq_station_events[] = {
+    "Unknown Event #0",
     "Trace Received"
 };
 



Home | Main Index | Thread Index | Old Index