1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/mail/mmr/files/patch-ab
Justin M. Seger 9bc44cdb64 Import of port for mmr 1.5.1
"My Mailer" is an incarnation of a UNIX text-based mailer
designed to be an intermediate step between mail and pine.

PR:		ports/4831
Submitted by:	andy@icc.surw.chel.su
1997-11-01 14:15:14 +00:00

11 lines
227 B
Plaintext

--- headers.h.orig Tue Feb 18 13:39:00 1997
+++ headers.h Sat Nov 1 08:55:42 1997
@@ -12,4 +12,7 @@
#include <signal.h>
#include <errno.h>
#include <sys/ioctl.h>
+#ifdef __FreeBSD__
+extern char* cuserid(char*);
+#endif
}