|
@@ -92,6 +92,11 @@ while(<>) {
|
|
|
my @in = parseparamlist($in);
|
|
my @in = parseparamlist($in);
|
|
|
my @out = parseparamlist($out);
|
|
my @out = parseparamlist($out);
|
|
|
|
|
|
|
|
|
|
+ # Try in vain to keep people from editing this file.
|
|
|
|
|
+ # The theory is that they jump into the middle of the file
|
|
|
|
|
+ # without reading the header.
|
|
|
|
|
+ $text .= "// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT\n\n";
|
|
|
|
|
+
|
|
|
# So file name.
|
|
# So file name.
|
|
|
if($modname eq "") {
|
|
if($modname eq "") {
|
|
|
$modname = "libc";
|
|
$modname = "libc";
|