summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2009-01-12 16:45:39 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2009-01-12 16:45:39 +0000
commit59af4b629319b54f91c14e7457f168b56c748513 (patch)
treee428e84d3418a0d8115ac29239560307a6576bc4
parentd261602b34e4f02bbebb4d5e2112f488b5445e53 (diff)
make compile with #define MSTS_DEBUG; ok mbalmer@
-rw-r--r--sys/kern/tty_msts.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/tty_msts.c b/sys/kern/tty_msts.c
index 437379907fd..25e7771c18d 100644
--- a/sys/kern/tty_msts.c
+++ b/sys/kern/tty_msts.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tty_msts.c,v 1.11 2009/01/12 15:54:13 stevesk Exp $ */
+/* $OpenBSD: tty_msts.c,v 1.12 2009/01/12 16:45:38 stevesk Exp $ */
/*
* Copyright (c) 2008 Marc Balmer <mbalmer@openbsd.org>
@@ -273,7 +273,6 @@ msts_decode(struct msts *np, struct tty *tp, char *fld[], int fldcnt)
np->time.status = SENSOR_S_OK;
timeout_add_sec(&np->msts_tout, TRUSTTIME);
}
- np->gapno = 0;
#endif
np->time.value = np->ts.tv_sec * 1000000000LL +