1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/net/freewais-sf/files/patch-ad
Steve Price a46f787de0 Update to version 2.2.12.
PR:		14125
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-10-10 23:45:11 +00:00

14 lines
260 B
Plaintext

--- lib/cutil.c.orig Sun Oct 10 17:46:37 1999
+++ lib/cutil.c Sun Oct 10 17:47:45 1999
@@ -788,6 +788,10 @@
}
+#ifdef __FreeBSD__
+#define HAS_VPRINTF 1
+#endif
+
#ifndef HAS_VPRINTF
/* Portable vsprintf by Robert A. Larson <blarson@skat.usc.edu> */