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/specfs | |
| parent | cd13721ca08ca6135627b21b208ce0f82233b08b (diff) | |
add RCSIDs
Diffstat (limited to 'sys/miscfs/specfs')
| -rw-r--r-- | sys/miscfs/specfs/spec_vnops.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/miscfs/specfs/spec_vnops.c b/sys/miscfs/specfs/spec_vnops.c index b00ae158988..c60f9139205 100644 --- a/sys/miscfs/specfs/spec_vnops.c +++ b/sys/miscfs/specfs/spec_vnops.c @@ -1,4 +1,4 @@ -/* $NetBSD: spec_vnops.c,v 1.59 2001/09/23 04:39:25 chs Exp $ */ +/* $NetBSD: spec_vnops.c,v 1.60 2001/11/10 13:33:44 lukem Exp $ */ /* * Copyright (c) 1989, 1993 @@ -35,6 +35,9 @@ * @(#)spec_vnops.c 8.15 (Berkeley) 7/14/95 */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: spec_vnops.c,v 1.60 2001/11/10 13:33:44 lukem Exp $"); + #include <sys/param.h> #include <sys/proc.h> #include <sys/systm.h> |
