svn commit: r342876 - head/mail/pgpsendmail/files

John Marino marino at FreeBSD.org
Wed Feb 5 22:25:40 UTC 2014


Author: marino
Date: Wed Feb  5 22:25:39 2014
New Revision: 342876
URL: http://svnweb.freebsd.org/changeset/ports/342876
QAT: https://qat.redports.org/buildarchive/r342876/

Log:
  mail/pgpsendmail: use <errno.h> header instead of local extern

Added:
  head/mail/pgpsendmail/files/patch-karma.h   (contents, props changed)

Added: head/mail/pgpsendmail/files/patch-karma.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/pgpsendmail/files/patch-karma.h	Wed Feb  5 22:25:39 2014	(r342876)
@@ -0,0 +1,15 @@
+--- karma.h.orig	1994-10-15 17:41:33.000000000 +0000
++++ karma.h
+@@ -60,11 +60,7 @@ typedef unsigned long uaddr;
+  *     ERRNO_TYPE                                            *
+  *-----------------------------------------------------------*/
+ 
+-#ifdef __ZTC__
+-#define ERRNO_TYPE extern volatile int
+-#else
+-#define ERRNO_TYPE extern int
+-#endif
++#define ERRNO_TYPE int
+ 
+ /*-----------------------------------------------------------*
+  *     PI Definitions                                        *


More information about the svn-ports-all mailing list