summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sendmail
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-01-29 02:58:11 +0000
committerjkh <jkh@FreeBSD.org>1996-01-29 02:58:11 +0000
commit31359c24e6e1e6b0652bf3647610fd4d4ba3ae41 (patch)
tree46ee1e344338fea8cff85eaa115fbfea433914cb /usr.sbin/sendmail
parente2c043171a7b51adf1beee9577160cea581f633b (diff)
downloadFreeBSD-src-31359c24e6e1e6b0652bf3647610fd4d4ba3ae41.zip
FreeBSD-src-31359c24e6e1e6b0652bf3647610fd4d4ba3ae41.tar.gz
Whoops! Include paths.h instead of sys/cdefs.h - that results in
PATH_VARTMP having a somewhat saner value. Submitted by: matthew green <mrg@eterna.com.au> By way of: Eric Allman <eric@sendmail.org>
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r--usr.sbin/sendmail/src/conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/src/conf.h b/usr.sbin/sendmail/src/conf.h
index a0a9426..ca6cae3 100644
--- a/usr.sbin/sendmail/src/conf.h
+++ b/usr.sbin/sendmail/src/conf.h
@@ -574,13 +574,13 @@ typedef int pid_t;
*/
#if defined(__FreeBSD__) || defined(__NetBSD__)
+# include <paths.h>
# define HASUNSETENV 1 /* has unsetenv(3) call */
# define HASSETSID 1 /* has the setsid(2) POSIX syscall */
# define USESETEUID 1 /* has useable seteuid(2) call */
# define HASFCHMOD 1 /* has fchmod(2) syscall */
# define HASSNPRINTF 1 /* has snprintf(3) and vsnprintf(3) */
# define HASUNAME 1 /* has uname(2) syscall */
-# include <sys/cdefs.h>
# define ERRLIST_PREDEFINED /* don't declare sys_errlist */
# define BSD4_4_SOCKADDR /* has sa_len */
# define NETLINK 1 /* supports AF_LINK */
OpenPOWER on IntegriCloud