diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-12-02 01:54:15 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-12-02 01:54:15 +0000 |
| commit | fb08130c0d83764416940015ab0fdc134366a3b7 (patch) | |
| tree | 1116e7457a523d1c48f54d2557ec8b8895705883 /release | |
| parent | 7cde490ec81ac1cbb6090fa62060cfc850d23a46 (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/sysinstall/dist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c index f1e1149d0574..a97c182b83ef 100644 --- a/release/sysinstall/dist.c +++ b/release/sysinstall/dist.c @@ -212,10 +212,10 @@ distVerifyFlags(void) Dists |= DIST_XF86; #ifdef __i386__ Dists |= DIST_COMPAT22; /* For certain old X applications */ +#endif #if __FreeBSD__ > 3 Dists |= DIST_COMPAT3X; #endif -#endif } if (isDebug()) msgDebug("Dist Masks: Dists: %0x, DES: %0x, Srcs: %0x\nXServer: %0x, XFonts: %0x, XDists: %0x\n", |
