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 struct lock.
details: https://anonhg.NetBSD.org/src/rev/be0cc3fcf9f9
branches: trunk
changeset: 537728:be0cc3fcf9f9
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Oct 05 08:00:52 2002 +0000
description:
Include <sys/lock.h> for struct lock.
diffstat:
sys/sys/systrace.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 8d5d2e45ae05 -r be0cc3fcf9f9 sys/sys/systrace.h
--- a/sys/sys/systrace.h Sat Oct 05 06:02:56 2002 +0000
+++ b/sys/sys/systrace.h Sat Oct 05 08:00:52 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: systrace.h,v 1.3 2002/07/30 16:29:29 itojun Exp $ */
+/* $NetBSD: systrace.h,v 1.4 2002/10/05 08:00:52 tsutsui Exp $ */
/*
* Copyright 2002 Niels Provos <provos%citi.umich.edu@localhost>
@@ -35,6 +35,7 @@
#include <sys/select.h>
#include <sys/ioccom.h>
+#include <sys/lock.h>
#define SYSTR_EMULEN 8 /* sync with sys proc */
Home |
Main Index |
Thread Index |
Old Index