aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs/devfs/reproto.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sys/miscfs/devfs/reproto.sh')
-rw-r--r--sys/miscfs/devfs/reproto.sh3
1 files changed, 3 insertions, 0 deletions
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>) {