test on VA_UTIMES_NULL was reversed
[unix-history] / usr / src / sys / kern / tty_tb.c
index 2ca8584..201f106 100644 (file)
@@ -1,9 +1,10 @@
-/*
- * Copyright (c) 1982, 1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1982, 1986, 1991 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  *
  *
- *     @(#)tty_tb.c    7.5 (Berkeley) %G%
+ *     @(#)tty_tb.c    7.8 (Berkeley) %G%
  */
 
 #include "tb.h"
  */
 
 #include "tb.h"
  * Line discipline for RS232 tablets;
  * supplies binary coordinate data.
  */
  * Line discipline for RS232 tablets;
  * supplies binary coordinate data.
  */
-#include "param.h"
-#include "user.h"
-#include "tablet.h"
-#include "tty.h"
+#include <sys/param.h>
+#include <sys/tablet.h>
+#include <sys/tty.h>
 
 /*
  * Tablet configuration table.
 
 /*
  * Tablet configuration table.