Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Include <sys/lock.h> for the struct simplelock recen...



details:   https://anonhg.NetBSD.org/src/rev/59bfe6f8b3e9
branches:  trunk
changeset: 543338:59bfe6f8b3e9
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Feb 23 16:38:01 2003 +0000

description:
Include <sys/lock.h> for the struct simplelock recently added here.

diffstat:

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

diffs (17 lines):

diff -r ae8bcc844dab -r 59bfe6f8b3e9 sys/sys/file.h
--- a/sys/sys/file.h    Sun Feb 23 14:58:50 2003 +0000
+++ b/sys/sys/file.h    Sun Feb 23 16:38:01 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: file.h,v 1.36 2003/02/23 14:37:38 pk Exp $     */
+/*     $NetBSD: file.h,v 1.37 2003/02/23 16:38:01 martin Exp $ */
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -39,6 +39,7 @@
 #define        _SYS_FILE_H_
 
 #include <sys/fcntl.h>
+#include <sys/lock.h>
 #include <sys/unistd.h>
 
 #ifdef _KERNEL



Home | Main Index | Thread Index | Old Index