mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
9bc44cdb64
"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
11 lines
227 B
Plaintext
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
|
|
}
|