diff options
| author | Roy Marples <roy@marples.name> | 2007-05-11 10:51:32 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2007-05-11 10:51:32 +0000 |
| commit | ff962a3c31431520b0e565a3755afa55afe1027f (patch) | |
| tree | 0adda2970f45a61dba6373b0854e7bcc4026904c /duid.c | |
| parent | c3d07f4c70c363a63fc549364b2f11f276f2056b (diff) | |
| download | dhcpcd-ff962a3c31431520b0e565a3755afa55afe1027f.tar.xz | |
Allow -I to have an optional argument, when missing don't use DUID's
Diffstat (limited to 'duid.c')
| -rw-r--r-- | duid.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ #include <stdio.h> #include <string.h> #include <unistd.h> +#include <time.h> #include "config.h" #include "common.h" |
