changeset 2207:467a20d19019 draft dhcpcd-6.2.0

Welcome to 2014! Relese dhcpcd-6.2.0.
author Roy Marples <roy@marples.name>
date Fri, 03 Jan 2014 21:12:19 +0000
parents 2496e7e94229
children 1bdea6ae471b
files defs.h dhcpcd.c
diffstat 2 files changed, 4 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/defs.h	Fri Jan 03 17:16:12 2014 +0000
+++ b/defs.h	Fri Jan 03 21:12:19 2014 +0000
@@ -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"
--- a/dhcpcd.c	Fri Jan 03 17:16:12 2014 +0000
+++ b/dhcpcd.c	Fri Jan 03 21:12:19 2014 +0000
@@ -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 @@
 #include <sys/uio.h>
 #include <sys/utsname.h>
 
-#include <net/route.h> /* For RTM_CHGADDR */
-
 #include <ctype.h>
 #include <errno.h>
 #include <getopt.h>