Module Name: src
Committed By: cherry
Date: Tue Jun 21 07:20:57 UTC 2011
Modified Files:
src/sys/sys: userret.h
Log Message:
#include <sys/proc.h> before using struct proc.p_timerpend
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/sys/userret.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/userret.h
diff -u src/sys/sys/userret.h:1.23 src/sys/sys/userret.h:1.24
--- src/sys/sys/userret.h:1.23 Fri Apr 8 10:36:58 2011
+++ src/sys/sys/userret.h Tue Jun 21 07:20:56 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: userret.h,v 1.23 2011/04/08 10:36:58 yamt Exp $ */
+/* $NetBSD: userret.h,v 1.24 2011/06/21 07:20:56 cherry Exp $ */
/*-
* Copyright (c) 1998, 2000, 2003, 2006, 2008 The NetBSD Foundation, Inc.
@@ -66,6 +66,7 @@
#define _SYS_USERRET_H_
#include <sys/lockdebug.h>
+#include <sys/userret.h>
#include <sys/intr.h>
/*