summaryrefslogtreecommitdiff
path: root/devel/libcli/files/patch-libcli.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-04-27 12:20:22 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-04-27 12:20:22 +0000
commita254f6be2760949092f9805119e7ffba86f31edf (patch)
tree136254de252bd7dbbd3e058d40dfbe7a9af6b4dc /devel/libcli/files/patch-libcli.c
parentUpdate to 20110427 snapshot. (diff)
Libcli provides a shared library for including a Cisco-like command-line
interface into other software. It's a telnet interface which supports command-line editing, history, authentication and callbacks for a user-definable function tree. WWW: http://github.com/dparrish/libcli/
Notes
Notes: svn path=/head/; revision=273255
Diffstat (limited to 'devel/libcli/files/patch-libcli.c')
-rw-r--r--devel/libcli/files/patch-libcli.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libcli/files/patch-libcli.c b/devel/libcli/files/patch-libcli.c
new file mode 100644
index 000000000000..eb6b508e3ae0
--- /dev/null
+++ b/devel/libcli/files/patch-libcli.c
@@ -0,0 +1,10 @@
+--- ./libcli.c.orig 2008-10-09 04:38:01.000000000 +0200
++++ ./libcli.c 2011-04-27 14:02:40.896273703 +0200
+@@ -9,7 +9,6 @@
+ #include <stdarg.h>
+ #include <stdlib.h>
+ #include <memory.h>
+-#include <malloc.h>
+ #include <string.h>
+ #include <ctype.h>
+ #include <unistd.h>