Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys one #include <sys/lock.h> is enough; keep the #ifdef...
details: https://anonhg.NetBSD.org/src/rev/5e8093947a2f
branches: trunk
changeset: 543398:5e8093947a2f
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Mon Feb 24 11:18:03 2003 +0000
description:
one #include <sys/lock.h> is enough; keep the #ifdef _KERNEL one
diffstat:
sys/sys/file.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r eeae3a581fa7 -r 5e8093947a2f sys/sys/file.h
--- a/sys/sys/file.h Mon Feb 24 10:51:05 2003 +0000
+++ b/sys/sys/file.h Mon Feb 24 11:18:03 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: file.h,v 1.38 2003/02/24 10:18:38 jdolecek Exp $ */
+/* $NetBSD: file.h,v 1.39 2003/02/24 11:18:03 jdolecek Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993
@@ -39,7 +39,6 @@
#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