diff options
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r-- | usr.sbin/sendmail/src/conf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sendmail/src/conf.h b/usr.sbin/sendmail/src/conf.h index 526b751..61c07c3 100644 --- a/usr.sbin/sendmail/src/conf.h +++ b/usr.sbin/sendmail/src/conf.h @@ -759,12 +759,12 @@ typedef int pid_t; # if defined(__FreeBSD__) # undef SPT_TYPE # if __FreeBSD__ >= 2 -# include <osreldate.h> /* and this works */ -# if __FreeBSD_version >= 199512 /* 2.2-current right now */ +# include <osreldate.h> +# if __FreeBSD_version >= 199512 /* 2.2-current when it appeared */ # include <libutil.h> # define SPT_TYPE SPT_BUILTIN # endif -# if __FreeBSD_version >= 300000 /* 3.0-current right now */ +# if __FreeBSD_version >= 222000 /* 2.2.2-release and later */ # include <login_cap.h> # define HASSETUSERCONTEXT 1 /* BSDI-style login classes */ # endif |