msts(4) appears to support TIOCSTSTAMP
authorguenther <guenther@openbsd.org>
Sun, 10 Aug 2014 02:09:35 +0000 (02:09 +0000)
committerguenther <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

index 8cc4d82..7d10f70 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ldattach.c,v 1.14 2009/10/31 02:53:11 ckuethe Exp $   */
+/*     $OpenBSD: ldattach.c,v 1.15 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");