1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/www/neon/files/patch-aa
James E. Housley 90c56e487b Add new port: www/neon
This is an HTTP and WebDAV client library for Unix systems, with a C interface

PR:		21958
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-10-26 01:04:55 +00:00

9 lines
211 B
Plaintext

--- example/nbrowse/main.c Sun Jul 16 15:58:00 2000
+++ example/nbrowse/main.c Fri Oct 13 10:32:01 2000
@@ -50,3 +50,4 @@
#include <uri.h>
-#include <xalloc.h>
+#define xmalloc malloc
+#define xstrdup strdup