Patches for BSDI on CURRENT
the wharf rat
wrat at jump.net
Thu Jun 8 22:44:30 UTC 2000
*** lib/date.c Thu Jun 8 17:19:26 2000
--- lib/date.c.orig Thu Jun 8 17:19:23 2000
***************
*** 151,157 ****
tz_name = "UTC";
} else {
#if HAVE_TM_ZONE
! tz_name = tm.tm_zone;
#elif HAVE_VAR_TZNAME
tz_name = tzname[(tm.tm_isdst > 0) ? 1 : 0];
#else
--- 151,157 ----
tz_name = "UTC";
} else {
#if HAVE_TM_ZONE
! tz_name = tm->tm_zone;
#elif HAVE_VAR_TZNAME
tz_name = tzname[(tm.tm_isdst > 0) ? 1 : 0];
#else
*** storage/cnfs/cnfs.c Thu Jun 8 17:34:43 2000
--- storage/cnfs/cnfs.c.orig Thu Jun 8 17:22:22 2000
***************
*** 30,42 ****
# endif
#endif
- /*
- * for struct iovec;
- */
- #ifdef __bsdi__
- #include </usr/include/sys/uio.h>
- #endif
-
#include "interface.h"
#include "libinn.h"
#include "macros.h"
--- 30,35 ----
*** innfeed/imap_connection.c Thu Jun 8 17:30:22 2000
--- innfeed/imap_connection.c.orig Thu Jun 8 17:29:54 2000
***************
*** 42,48 ****
#include <errno.h>
! #if defined (__FreeBSD__) || defined (__bsdi__)
#include <sys/param.h>
#endif
--- 42,48 ----
#include <errno.h>
! #if defined (__FreeBSD__)
#include <sys/param.h>
#endif
More information about the inn-patches
mailing list