freebsd-ports/net/omcmd/files/patch-base64.c
Martin Wilke 65c6806a90 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
2011-01-29 14:22:55 +00:00

10 lines
283 B
C

--- 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"