diff --git a/sys/lib/libsa/bootparam.h b/sys/lib/libsa/bootparam.h index 01a3cc8eaa38..6f0c773a0759 100644 --- a/sys/lib/libsa/bootparam.h +++ b/sys/lib/libsa/bootparam.h @@ -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); diff --git a/sys/miscfs/genfs/genfs.h b/sys/miscfs/genfs/genfs.h index daf40e494631..fe0f9ddf02de 100644 --- a/sys/miscfs/genfs/genfs.h +++ b/sys/miscfs/genfs/genfs.h @@ -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 *)); diff --git a/sys/miscfs/genfs/genfs_vnops.c b/sys/miscfs/genfs/genfs_vnops.c index 5275dea7be31..d6f1158111fa 100644 --- a/sys/miscfs/genfs/genfs_vnops.c +++ b/sys/miscfs/genfs/genfs_vnops.c @@ -1,3 +1,5 @@ +/* $NetBSD: genfs_vnops.c,v 1.5 1998/01/05 19:20:11 perry Exp $ */ + #include #include #include