mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
90c56e487b
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>
9 lines
211 B
Plaintext
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
|
|
|