Makes mail/xmail compiling under -current again.
Author has been sent these patches too. PR: ports/44287 Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>
This commit is contained in:
parent
2d21a2387c
commit
f839adbdee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68835
1 changed files with 10 additions and 5 deletions
|
@ -1,14 +1,19 @@
|
|||
--- callbacks.c.orig Fri Jan 27 16:09:15 1995
|
||||
+++ callbacks.c Thu Mar 6 22:50:38 1997
|
||||
@@ -45,7 +45,6 @@
|
||||
--- callbacks.c.orig Sat Jan 28 08:09:15 1995
|
||||
+++ callbacks.c Sat Oct 26 00:13:40 2002
|
||||
@@ -43,10 +43,12 @@
|
||||
extern int noshare sys_nerr;
|
||||
extern char noshare *sys_errlist[];
|
||||
#else
|
||||
+#if !defined(__FreeBSD__)
|
||||
extern int errno;
|
||||
extern int sys_nerr;
|
||||
-extern char *sys_errlist[];
|
||||
extern char *sys_errlist[];
|
||||
#endif
|
||||
+#endif
|
||||
|
||||
extern char otherBuf[BUFSIZ];
|
||||
@@ -608,7 +607,7 @@
|
||||
|
||||
@@ -608,7 +610,7 @@
|
||||
}
|
||||
|
||||
if (! (m = GetMailEnv("sendmail")))
|
||||
|
|
Loading…
Reference in a new issue