artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42aeb23
)
msts(4) appears to support TIOCSTSTAMP
author
guenther
<guenther@openbsd.org>
Sun, 10 Aug 2014 02:09:35 +0000
(
02:09
+0000)
committer
guenther
<guenther@openbsd.org>
Sun, 10 Aug 2014 02:09:35 +0000
(
02:09
+0000)
From Maurice Janssen (maurice (at) z74.net)
sbin/ldattach/ldattach.c
patch
|
blob
|
history
diff --git
a/sbin/ldattach/ldattach.c
b/sbin/ldattach/ldattach.c
index
8cc4d82
..
7d10f70
100644
(file)
--- a/
sbin/ldattach/ldattach.c
+++ b/
sbin/ldattach/ldattach.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ldattach.c,v 1.1
4 2009/10/31 02:53:11 ckuethe Exp $
*/
+/* $OpenBSD: ldattach.c,v 1.1
5 2014/08/10 02:09:35 guenther Exp $
*/
/*
* Copyright (c) 2007, 2008 Marc Balmer <mbalmer@openbsd.org>
@@
-272,6
+272,7
@@
main(int argc, char *argv[])
/* line discpline specific setup */
switch (ldisc) {
case NMEADISC:
+ case MSTSDISC:
case ENDRUNDISC:
if (ioctl(fd, TIOCSTSTAMP, &tstamps) < 0) {
warnx("TIOCSTSTAMP");