summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2000-10-15 15:19:35 +0000
committern_hibma <n_hibma@FreeBSD.org>2000-10-15 15:19:35 +0000
commitaafeb3d6b77f311dc0009f3e8b790a1f33752968 (patch)
tree92c381ae5bd217b41020bdd8ef66413a1414e1eb /sys/kern
parentbeadbd4365a420ed657bf084947334cf763fe9df (diff)
downloadFreeBSD-src-aafeb3d6b77f311dc0009f3e8b790a1f33752968.zip
FreeBSD-src-aafeb3d6b77f311dc0009f3e8b790a1f33752968.tar.gz
Put the header section in the header file not the c file.
Submitted by: Jonathan Chen <jon@spock.org> PR: 21982
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/makedevops.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/makedevops.pl b/sys/kern/makedevops.pl
index e3839ba..2952862 100644
--- a/sys/kern/makedevops.pl
+++ b/sys/kern/makedevops.pl
@@ -249,7 +249,7 @@ foreach $src ( @filenames ) {
$lineno++
}
if ( $hfile ) {
- print CFILE $header;
+ print HFILLE $header;
}
} elsif ( $line =~ m/^(STATIC|)METHOD/i ) {
# Get the return type function name and delete that from
OpenPOWER on IntegriCloud