mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
- Use SUB_FILES to create pmfrc.default [1] - Added another MASTER_SITE - Recreated patches with "make makepatch" for readability - Added handling for NOPORTEXAMPLES PR: ports/143146 [1] Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> [1]
13 lines
393 B
C
13 lines
393 B
C
--- ./c_packages/safe_malloc/fatal.c.orig 1991-09-21 23:13:52.000000000 -0400
|
|
+++ ./c_packages/safe_malloc/fatal.c 2010-02-02 14:21:04.000000000 -0500
|
|
@@ -8,8 +8,8 @@
|
|
#include "safe_malloc.h"
|
|
|
|
extern int errno;
|
|
-extern char *sys_errlist[];
|
|
-extern int sys_nerr;
|
|
+/*extern char *sys_errlist[];
|
|
+extern int sys_nerr;*/
|
|
|
|
fatal(fmt, a1, a2, a3, a4, a5)
|
|
char *fmt, *a1, *a2, *a3, *a4, *a5;
|