1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/net/pmf/files/patch-error.c
Greg Larkin 103995d974 - Parameterized pkg-plist [1]
- 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]
2010-02-02 19:36:09 +00:00

14 lines
355 B
C

--- ./error.c.orig 1991-09-21 23:13:05.000000000 -0400
+++ ./error.c 2010-02-02 14:21:04.000000000 -0500
@@ -15,8 +15,8 @@
#include "pmf.h"
extern int errno;
-extern char *sys_errlist[];
-extern int sys_nerr;
+/* extern char *sys_errlist[];
+extern int sys_nerr; */
/*---------------------------------------------------------------------------*/