pkgsrc/mail/poppassd/patches/patch-ad
taca ff4288762c - fix a problem that poppassd(8) would hang with smbpasswd(1).
- make it work on Solaris; tested on SunOS 5.8.

Bump package revision.
2004-10-20 14:18:42 +00:00

14 lines
397 B
Text

$NetBSD: patch-ad,v 1.1 2004/10/20 14:18:42 taca Exp $
--- config.h.in.orig 2004-10-20 14:19:23.413009000 +0900
+++ config.h.in
@@ -58,6 +58,9 @@
/* Define if you don't have vprintf but do have _doprnt. */
#undef HAVE_DOPRNT
+/* Define if you have setlogin system call. */
+#undef HAVE_SETLOGIN
+
/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
#undef HAVE_SYS_WAIT_H