diff options
| -rw-r--r-- | defs.h | 4 | ||||
| -rw-r--r-- | dhcpcd.c | 6 |
2 files changed, 4 insertions, 6 deletions
@@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2013 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2014 Roy Marples <roy@marples.name> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -28,7 +28,7 @@ #define CONFIG_H #define PACKAGE "dhcpcd" -#define VERSION "6.1.0" +#define VERSION "6.2.0" #ifndef CONFIG # define CONFIG SYSCONFDIR "/" PACKAGE ".conf" @@ -1,6 +1,6 @@ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2013 Roy Marples <roy@marples.name> + * Copyright (c) 2006-2014 Roy Marples <roy@marples.name> * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -25,7 +25,7 @@ * SUCH DAMAGE. */ -const char copyright[] = "Copyright (c) 2006-2013 Roy Marples"; +const char copyright[] = "Copyright (c) 2006-2014 Roy Marples"; #include <sys/file.h> #include <sys/socket.h> @@ -35,8 +35,6 @@ const char copyright[] = "Copyright (c) 2006-2013 Roy Marples"; #include <sys/uio.h> #include <sys/utsname.h> -#include <net/route.h> /* For RTM_CHGADDR */ - #include <ctype.h> #include <errno.h> #include <getopt.h> |
