65c6806a90
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
10 lines
283 B
C
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"
|
|
|