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> to get struct simplelock
details: https://anonhg.NetBSD.org/src/rev/3d1f160feca3
branches: trunk
changeset: 543396:3d1f160feca3
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Mon Feb 24 10:18:38 2003 +0000
description:
include <sys/lock.h> to get struct simplelock
diffstat:
sys/sys/file.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 21e0db109cc5 -r 3d1f160feca3 sys/sys/file.h
--- a/sys/sys/file.h Mon Feb 24 10:10:00 2003 +0000
+++ b/sys/sys/file.h Mon Feb 24 10:18:38 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: file.h,v 1.37 2003/02/23 16:38:01 martin Exp $ */
+/* $NetBSD: file.h,v 1.38 2003/02/24 10:18:38 jdolecek Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993
@@ -45,6 +45,7 @@
#ifdef _KERNEL
#include <sys/mallocvar.h>
#include <sys/queue.h>
+#include <sys/lock.h>
MALLOC_DECLARE(M_FILE);
MALLOC_DECLARE(M_IOCTLOPS);
Home |
Main Index |
Thread Index |
Old Index