summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-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 3843d3b6f78..41a656f59e1 100644
--- a/sys/kern/tty_msts.c
+++ b/sys/kern/tty_msts.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tty_msts.c,v 1.6 2008/12/25 21:04:36 stevesk Exp $ */
+/* $OpenBSD: tty_msts.c,v 1.7 2008/12/25 21:14:07 stevesk Exp $ */
/*
* Copyright (c) 2008 Marc Balmer <mbalmer@openbsd.org>
@@ -67,7 +67,6 @@ struct msts {
int sync; /* if 1, waiting for <STX> */
int pos; /* position in rcv buffer */
int no_pps; /* no PPS although requested */
- char mode; /* GPS mode */
};
/* MSTS decoding */