From-SVN: r34408
This commit is contained in:
Bruce Korb 2000-06-05 17:49:33 +00:00
parent a7fc602f17
commit 5b39f702d0
1 changed files with 1 additions and 1 deletions

View File

@ -2727,7 +2727,7 @@ fix = {
c_fix = format;
c_fix_arg = "struct utsname;\n%0";
c_fix_arg = "^[ \t]*extern[ \t]*int[ \t]*uname\\(\\);"
c_fix_arg = "^[ \t]*extern[ \t]*int[ \t]*uname\\(\\);";
test_text =
"/* ULTRIX's uname */\nextern\tint\tuname();";