diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-01-29 14:22:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-01-29 14:22:55 +0000 |
commit | 65c6806a90ecad02e414416e918dc01dab3e365c (patch) | |
tree | ba254a252e8a3bb70cfea11c856abfaa2b865576 /net/omcmd/files/patch-base64.c | |
parent | - Update to version 1.13 (diff) |
omcmd is a CLI utility for performing OMAPI queries and updates on a
running ISC DHCP server, such as adding a host entry or querying a lease.
Unlike omshell, it is designed to be readily usable by shell scripts;
it has simple one-shot commands and returns error codes.
WWW: http://freshmeat.net/projects/omcmd
PR: ports/148398
Submitted by: Pavel Volkov
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=268379
Diffstat (limited to 'net/omcmd/files/patch-base64.c')
-rw-r--r-- | net/omcmd/files/patch-base64.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/omcmd/files/patch-base64.c b/net/omcmd/files/patch-base64.c new file mode 100644 index 000000000000..678f40300848 --- /dev/null +++ b/net/omcmd/files/patch-base64.c @@ -0,0 +1,10 @@ +--- base64.c.orig 2010-07-05 14:55:31.000000000 +0400 ++++ base64.c 2010-07-05 14:56:37.000000000 +0400 +@@ -13,6 +13,7 @@ + * Removed unneeded encode function. 2004-07-17 David L. Parsley + * parsley@linuxjedi.org + */ ++#include <sys/time.h> + #include <ctype.h> + #include "omcmd.h" + |