diff options
author | peter <peter@FreeBSD.org> | 2002-08-20 00:29:16 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-08-20 00:29:16 +0000 |
commit | abba96da99b992371ea9c3146db6924bd3df6c98 (patch) | |
tree | d59358290c3ba5d9e186c32f0d0037c14c84697d | |
parent | 1e66a9327a1510eaa511a19a0865a273f2a4d9ec (diff) | |
download | FreeBSD-src-abba96da99b992371ea9c3146db6924bd3df6c98.zip FreeBSD-src-abba96da99b992371ea9c3146db6924bd3df6c98.tar.gz |
Untangle this warning a bit:
COMPAT_SVR4 is broken and usage is, until fixed, not recommended
BTW; does anybody remember why this is here?
-rw-r--r-- | sys/conf/files.i386 | 2 | ||||
-rw-r--r-- | sys/conf/files.pc98 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index c52bc24..20a7a5d 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -299,7 +299,7 @@ i386/pci/pci_cfgreg.c optional pci i386/pci/pci_bus.c optional pci i386/svr4/svr4_locore.s optional compat_svr4 \ dependency "svr4_assym.h" \ - warning "COMPAT_SVR4 is broken and usage is, until fixed, not recommended" + warning "COMPAT_SVR4 is broken and should be avoided" i386/svr4/svr4_machdep.c optional compat_svr4 # # isdn4bsd, needed for isic | iwic | ifpi | ifpi2 | ihfc | ifpnp | itjc diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98 index 03562cd..85bbee1 100644 --- a/sys/conf/files.pc98 +++ b/sys/conf/files.pc98 @@ -265,7 +265,7 @@ i386/pci/pci_cfgreg.c optional pci i386/pci/pci_bus.c optional pci i386/svr4/svr4_locore.s optional compat_svr4 \ dependency "svr4_assym.h" \ - warning "COMPAT_SVR4 is broken and usage is, until fixed, not recommended" + warning "COMPAT_SVR4 is broken and should be avoided" i386/svr4/svr4_machdep.c optional compat_svr4 # # isdn4bsd, needed for isic | iwic | ifpi | ifpi2 | ihfc | ifpnp | itjc |