diff options
author | Matthew Hunt <mph@FreeBSD.org> | 2003-07-30 23:59:48 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 2003-07-30 23:59:48 +0000 |
commit | 7d38f8f1ff0cdbc05ab3033aefb1011430b398f8 (patch) | |
tree | 9b4cf3fd907d1a9db02532199224dc5b7fb73506 /news/trn4/scripts/preconf | |
parent | Enable full functionality -- mng-writing was disabled. (diff) |
Do not use "union wait" (deprecated). Remove BROKEN for 5.0.
Diffstat (limited to '')
-rw-r--r-- | news/trn4/scripts/preconf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/trn4/scripts/preconf b/news/trn4/scripts/preconf index 3d564f2f8835..442a4b9ab77d 100644 --- a/news/trn4/scripts/preconf +++ b/news/trn4/scripts/preconf @@ -97,7 +97,7 @@ d_dirnamlen='' d_eunice='undef' d_ftime='undef' d_genauth='define' -d_getcwd='undef' +d_getcwd='define' d_getdname='undef' d_gethname='define' d_getpwent='define' @@ -136,8 +136,8 @@ d_strstr='define' d_uname='undef' d_usendir='undef' d_usgnames='undef' -d_uwait3='' -d_uwait='define' +d_uwait3='undef' +d_uwait='undef' d_vfork='define' d_voidsig='define' d_voidtty='' |