summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/sysinstall/dist.c2
-rw-r--r--usr.sbin/sysinstall/dist.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c
index f1e1149..a97c182 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",
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index f1e1149..a97c182 100644
--- a/usr.sbin/sysinstall/dist.c
+++ b/usr.sbin/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",
OpenPOWER on IntegriCloud