From 995f32756f7c222468bb3527ae6b9f340fe333ea Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 8 Nov 1996 03:56:01 +0000 Subject: Solaris 2.5 and FreeBSD 2.2. svn path=/trunk/; revision=501 --- NEWS | 1 + daemon.c | 1 + options.c | 1 + 3 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 62159f1b..fa31b809 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ pl 1.9.10 (): * Better error messages on SMTP failure. * Accept Resent-From & Apparently-From a la RFC822. +* Include file fixes for Solaris 2.5 and FreeBSD 2.2. pl 1.9.8 (Wed Nov 6 16:40:34 EST 1996): * Don't append spurious NUL to the headers, qmail actually notices it. diff --git a/daemon.c b/daemon.c index 2995f1ef..622b01e7 100644 --- a/daemon.c +++ b/daemon.c @@ -12,6 +12,7 @@ #include #include #include +#include /* Solaris 2.5 requires this */ #if defined(HAVE_UNISTD_H) #include diff --git a/options.c b/options.c index feb6ea7d..0c7d4434 100644 --- a/options.c +++ b/options.c @@ -6,6 +6,7 @@ #include +#include #include #include #if defined(STDC_HEADERS) -- cgit v1.2.3