diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-12-15 18:55:27 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-12-15 18:55:27 +0000 |
| commit | 149c5b331ba41b169a1e2d724d932fc9580a8c66 (patch) | |
| tree | bd867bc32d8c3c5a5e8a23b0d0551345b6ad928e | |
| parent | bc16e96f4976b928c64bb847725fb872f35e38fa (diff) | |
Notes
| -rw-r--r-- | release/sysinstall/dist.c | 2 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/dist.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c index b72b2cd55a60..a834af826fd5 100644 --- a/release/sysinstall/dist.c +++ b/release/sysinstall/dist.c @@ -216,10 +216,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", diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index b72b2cd55a60..a834af826fd5 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/sysinstall/dist.c @@ -216,10 +216,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", |
