1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

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

This commit is contained in:
John Marino 2014-02-05 22:25:39 +00:00
parent cb5ceb3bf5
commit 600b4960f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342876

View File

@ -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 *