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_note.c | |
| parent | cd13721ca08ca6135627b21b208ce0f82233b08b (diff) | |
add RCSIDs
Diffstat (limited to 'sys/miscfs/procfs/procfs_note.c')
| -rw-r--r-- | sys/miscfs/procfs/procfs_note.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/miscfs/procfs/procfs_note.c b/sys/miscfs/procfs/procfs_note.c index a57dda9ae56..01dfc786dad 100644 --- a/sys/miscfs/procfs/procfs_note.c +++ b/sys/miscfs/procfs/procfs_note.c @@ -1,4 +1,4 @@ -/* $NetBSD: procfs_note.c,v 1.8 1994/06/29 06:34:53 cgd Exp $ */ +/* $NetBSD: procfs_note.c,v 1.9 2001/11/10 13:33:44 lukem Exp $ */ /* * Copyright (c) 1993 Jan-Simon Pendry @@ -39,6 +39,9 @@ * @(#)procfs_note.c 8.2 (Berkeley) 1/21/94 */ +#include <sys/cdefs.h> +__KERNEL_RCSID(0, "$NetBSD: procfs_note.c,v 1.9 2001/11/10 13:33:44 lukem Exp $"); + #include <sys/param.h> #include <sys/systm.h> #include <sys/time.h> |
