Diff-reduce with 4-stable: 4.x has a compat4x package.

This commit is contained in:
jhb 2002-07-02 21:07:25 +00:00
parent 2b2c982721
commit 6c4aef5050
2 changed files with 2 additions and 2 deletions

View File

@ -806,7 +806,7 @@ DMenu MenuSubDistributions = {
{ " compat3x", "FreeBSD 3.x binary compatibility",
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_COMPAT3X },
#endif
#if __FreeBSD__ > 4
#if __FreeBSD__ >= 4
{ " compat4x", "FreeBSD 4.x binary compatibility",
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_COMPAT4X },
#endif

View File

@ -806,7 +806,7 @@ DMenu MenuSubDistributions = {
{ " compat3x", "FreeBSD 3.x binary compatibility",
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_COMPAT3X },
#endif
#if __FreeBSD__ > 4
#if __FreeBSD__ >= 4
{ " compat4x", "FreeBSD 4.x binary compatibility",
dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_COMPAT4X },
#endif