diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-16 11:07:08 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-16 11:07:08 +0000 |
commit | 4a5f62750d21fa298140b857926e6784f1ab6a01 (patch) | |
tree | d495f48f5d127d08bec1bf018b0db832e48f650e /devel/c2lib/files/patch-test_pstring.c | |
parent | print warning message after install. (diff) |
add c2lib
c2lib is a library of basic structures and memory allocators for C.
It is designed to look similar to C++ STL with many powerful string
features borrowed also from Perl.
Diffstat (limited to 'devel/c2lib/files/patch-test_pstring.c')
-rw-r--r-- | devel/c2lib/files/patch-test_pstring.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/c2lib/files/patch-test_pstring.c b/devel/c2lib/files/patch-test_pstring.c new file mode 100644 index 000000000000..e362d04ee24d --- /dev/null +++ b/devel/c2lib/files/patch-test_pstring.c @@ -0,0 +1,10 @@ +--- test_pstring.c.orig Fri Feb 16 18:48:56 2001 ++++ test_pstring.c Fri Feb 16 18:49:18 2001 +@@ -22,6 +22,7 @@ + #include <stdlib.h> + #include <string.h> + #include <assert.h> ++#include <sys/types.h> + #include <regex.h> + + #include "pstring.h" |