RCSID Police.

This commit is contained in:
perry 1998-01-05 19:19:41 +00:00
parent 3a47434df3
commit 1a80fd799d
3 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/* $NetBSD: bootparam.h,v 1.3 1998/01/05 19:19:41 perry Exp $ */
int bp_whoami(int sock);
int bp_getfile(int sock, char *key, struct in_addr *addrp, char *path);

View File

@ -1,3 +1,5 @@
/* $NetBSD: genfs.h,v 1.4 1998/01/05 19:20:10 perry Exp $ */
int genfs_badop __P((void *));
int genfs_nullop __P((void *));
int genfs_eopnotsupp __P((void *));

View File

@ -1,3 +1,5 @@
/* $NetBSD: genfs_vnops.c,v 1.5 1998/01/05 19:20:11 perry Exp $ */
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>