summaryrefslogtreecommitdiffstats
path: root/sys/miscfs
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-05-01 20:32:07 +0000
committerpeter <peter@FreeBSD.org>2000-05-01 20:32:07 +0000
commit22f6069a2a8af11f8aa10169d84af27a04cdd774 (patch)
tree9806812b133c7cf4cda877bbda7c9d44da03bc03 /sys/miscfs
parent3a10214cfb2164999292268e78e3f42832552149 (diff)
downloadFreeBSD-src-22f6069a2a8af11f8aa10169d84af27a04cdd774.zip
FreeBSD-src-22f6069a2a8af11f8aa10169d84af27a04cdd774.tar.gz
Add $FreeBSD$
Diffstat (limited to 'sys/miscfs')
-rw-r--r--sys/miscfs/devfs/README2
-rw-r--r--sys/miscfs/devfs/devfs_proto.h1
-rw-r--r--sys/miscfs/devfs/reproto.sh3
3 files changed, 6 insertions, 0 deletions
diff --git a/sys/miscfs/devfs/README b/sys/miscfs/devfs/README
index e99aa8d..fba4214 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 885728f..846c48e 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 e994e0c..1b67116 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>) {
OpenPOWER on IntegriCloud