Properly disable COMPAT_3X for alpha.

This commit is contained in:
Jordan K. Hubbard 1999-12-15 18:55:27 +00:00
parent bc16e96f49
commit 149c5b331b
2 changed files with 2 additions and 2 deletions

View File

@ -216,9 +216,9 @@ 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())

View File

@ -216,9 +216,9 @@ 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())