diff options
| author | lukem <lukem@NetBSD.org> | 2001-11-10 13:33:40 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2001-11-10 13:33:40 +0000 |
| commit | e4b00f433c4fbb296502bdaefbda2cf8b7edbd35 (patch) | |
| tree | ebaffb2ba25aba640ad8c17c1725c4723f2b0295 /sys/miscfs/procfs/procfs_linux.c | |
| parent | cd13721ca08ca6135627b21b208ce0f82233b08b (diff) | |
add RCSIDs
Diffstat (limited to 'sys/miscfs/procfs/procfs_linux.c')
| -rw-r--r-- | sys/miscfs/procfs/procfs_linux.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/miscfs/procfs/procfs_linux.c b/sys/miscfs/procfs/procfs_linux.c index b1640d46339..8f2c15a8c0d 100644 --- a/sys/miscfs/procfs/procfs_linux.c +++ b/sys/miscfs/procfs/procfs_linux.c @@ -1,4 +1,4 @@ -/* $NetBSD: procfs_linux.c,v 1.2 2001/01/18 16:39:43 tv Exp $ */ +/* $NetBSD: procfs_linux.c,v 1.3 2001/11/10 13:33:43 lukem Exp $ */ /* * Copyright (c) 2001 Wasabi Systems, Inc. @@ -35,6 +35,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: procfs_linux.c,v 1.3 2001/11/10 13:33:43 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/time.h> |
