summaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs/procfs_regs.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-08-02 14:33:27 +0000
committerBruce Evans <bde@FreeBSD.org>1997-08-02 14:33:27 +0000
commit1fd0b0588f11fe61e5329c403c3f82a3f4d26fab (patch)
treeb3a0547f4192cd5dfee8a6303191218b96c700e1 /sys/miscfs/procfs/procfs_regs.c
parentbbd5c527aabde5574588489e5d82b0eaa3fcbdbf (diff)
Notes
Diffstat (limited to 'sys/miscfs/procfs/procfs_regs.c')
-rw-r--r--sys/miscfs/procfs/procfs_regs.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/miscfs/procfs/procfs_regs.c b/sys/miscfs/procfs/procfs_regs.c
index cc00319af0bb..276c5ed62200 100644
--- a/sys/miscfs/procfs/procfs_regs.c
+++ b/sys/miscfs/procfs/procfs_regs.c
@@ -37,13 +37,10 @@
* @(#)procfs_regs.c 8.4 (Berkeley) 6/15/94
*
* From:
- * $Id$
+ * $Id: procfs_regs.c,v 1.6 1997/02/22 09:40:29 peter Exp $
*/
#include <sys/param.h>
-#include <sys/systm.h>
-#include <sys/time.h>
-#include <sys/kernel.h>
#include <sys/proc.h>
#include <sys/vnode.h>
#include <machine/reg.h>