diff options
Diffstat (limited to 'sys/miscfs/devfs')
| -rw-r--r-- | sys/miscfs/devfs/README | 2 | ||||
| -rw-r--r-- | sys/miscfs/devfs/devfs_proto.h | 1 | ||||
| -rw-r--r-- | sys/miscfs/devfs/reproto.sh | 3 |
3 files changed, 6 insertions, 0 deletions
diff --git a/sys/miscfs/devfs/README b/sys/miscfs/devfs/README index e99aa8d9849a..fba4214b41af 100644 --- a/sys/miscfs/devfs/README +++ b/sys/miscfs/devfs/README @@ -1,3 +1,5 @@ +$FreeBSD$ + this file is: /sys/miscfs/devfs/README to enable: add diff --git a/sys/miscfs/devfs/devfs_proto.h b/sys/miscfs/devfs/devfs_proto.h index 885728f18219..846c48ecad85 100644 --- a/sys/miscfs/devfs/devfs_proto.h +++ b/sys/miscfs/devfs/devfs_proto.h @@ -1,3 +1,4 @@ +/* $FreeBSD$ */ /* THIS FILE HAS BEEN PRODUCED AUTOMATICALLY */ void devfs_sinit(void *junk); devnm_p dev_findname(dn_p dir,char *name); diff --git a/sys/miscfs/devfs/reproto.sh b/sys/miscfs/devfs/reproto.sh index e994e0c2b1f7..1b671163db55 100644 --- a/sys/miscfs/devfs/reproto.sh +++ b/sys/miscfs/devfs/reproto.sh @@ -4,9 +4,12 @@ # to allow for KNF function definitions. So rewrote in perl, but wrapped # as a shell script. # +# $FreeBSD$ +# exec /usr/bin/perl << *EOF* open(PROTO, ">devfs_proto.h") || die "Cannot open devfs_proto.h\n"; +print PROTO "/* \\\$FreeBSD\\\$ */\n"; print PROTO "/* THIS FILE HAS BEEN PRODUCED AUTOMATICALLY */\n"; while (\$file = <*.c>) { |
