Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Pull in <sys/lock.h>.



details:   https://anonhg.NetBSD.org/src/rev/8e9c6f5aca6e
branches:  trunk
changeset: 542746:8e9c6f5aca6e
user:      pk <pk%NetBSD.org@localhost>
date:      Wed Feb 05 20:34:56 2003 +0000

description:
Pull in <sys/lock.h>.

diffstat:

 sys/sys/tty.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9ef05021289d -r 8e9c6f5aca6e sys/sys/tty.h
--- a/sys/sys/tty.h     Wed Feb 05 20:11:04 2003 +0000
+++ b/sys/sys/tty.h     Wed Feb 05 20:34:56 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tty.h,v 1.56 2003/02/05 15:49:02 pk Exp $      */
+/*     $NetBSD: tty.h,v 1.57 2003/02/05 20:34:56 pk Exp $      */
 
 /*-
  * Copyright (c) 1982, 1986, 1993
@@ -42,6 +42,7 @@
 
 #include <sys/termios.h>
 #include <sys/select.h>                /* For struct selinfo. */
+#include <sys/lock.h>
 #include <sys/queue.h>
 #include <sys/callout.h>
 



Home | Main Index | Thread Index | Old Index