diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-07-02 21:07:25 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-07-02 21:07:25 +0000 |
| commit | 7a921ebf8482dfebae1d17ed38586cf48f572fa2 (patch) | |
| tree | 67578349f2200e8df1cc92bd746c8ce6c1c73d26 /usr.sbin/sade | |
| parent | 3aaa96958d7be683876174c8124c716f18a18891 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sade')
| -rw-r--r-- | usr.sbin/sade/menus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c index 168904e12466..1b6132aa1e0c 100644 --- a/usr.sbin/sade/menus.c +++ b/usr.sbin/sade/menus.c @@ -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 |
