Correct $FreeBSD$ style.

This commit is contained in:
David E. O'Brien 2004-04-16 05:22:11 +00:00
parent b24afb1761
commit e5b1e74d89
2 changed files with 4 additions and 4 deletions

View File

@ -42,7 +42,7 @@ NR == 1 {
if (os == "NetBSD")
printf("/*\t\$NetBSD\$\t*/\n\n") > dfile
else if (os == "FreeBSD")
printf("/*\t\$FreeBSD\$\t*/\n\n") > dfile
printf("/* \$FreeBSD\$ */\n\n") > dfile
else if (os == "OpenBSD")
printf("/*\t\$OpenBSD\$\t*/\n\n") > dfile
else
@ -58,7 +58,7 @@ NR == 1 {
if (os == "NetBSD")
printf("/*\t\$NetBSD\$\t*/\n\n") > hfile
else if (os == "FreeBSD")
printf("/*\t\$FreeBSD\$\t*/\n\n") > hfile
printf("/* \$FreeBSD\$ */\n\n") > hfile
else if (os == "OpenBSD")
printf("/*\t\$OpenBSD\$\t*/\n\n") > hfile
else

View File

@ -42,7 +42,7 @@ NR == 1 {
if (os == "NetBSD")
printf("/*\t\$NetBSD\$\t*/\n\n") > dfile
else if (os == "FreeBSD")
printf("/*\t\$FreeBSD\$\t*/\n\n") > dfile
printf("/* \$FreeBSD\$ */\n\n") > dfile
else if (os == "OpenBSD")
printf("/*\t\$OpenBSD\$\t*/\n\n") > dfile
else
@ -58,7 +58,7 @@ NR == 1 {
if (os == "NetBSD")
printf("/*\t\$NetBSD\$\t*/\n\n") > hfile
else if (os == "FreeBSD")
printf("/*\t\$FreeBSD\$\t*/\n\n") > hfile
printf("/* \$FreeBSD\$ */\n\n") > hfile
else if (os == "OpenBSD")
printf("/*\t\$OpenBSD\$\t*/\n\n") > hfile
else