diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-10 02:42:42 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-10 02:42:42 +0000 |
| commit | 927a3d0b09b83843fa78446da65d432cf9d08caf (patch) | |
| tree | d5c71350c55ffca8cff7d788318a9912f5858702 | |
| parent | c54847229c69c7c3e6e709e1ef3e42503b03d353 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/sysinstall/dist.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index 25921db670b6..15f4321163b9 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/sysinstall/dist.c @@ -220,15 +220,6 @@ distVerifyFlags(void) XF86Dists |= DIST_XF86_FONTS; if (XF86Dists || XF86ServerDists || XF86FontDists) { Dists |= DIST_XF86; -#ifdef __i386__ - Dists |= DIST_COMPAT22; /* For certain old X applications */ -#if __FreeBSD__ > 3 - Dists |= DIST_COMPAT3X; -#endif -#endif -#if __FreeBSD__ > 4 - Dists |= DIST_COMPAT4X; -#endif } if (isDebug()) msgDebug("Dist Masks: Dists: %0x, CRYPTO: %0x, Srcs: %0x\nXServer: %0x, XFonts: %0x, XDists: %0x\n", |
