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:
parent
cb5ceb3bf5
commit
600b4960f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342876
15
mail/pgpsendmail/files/patch-karma.h
Normal file
15
mail/pgpsendmail/files/patch-karma.h
Normal 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 *
|
Loading…
Reference in New Issue
Block a user