]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Welcome to 2014! Relese dhcpcd-6.2.0. v6.2.0
authorRoy Marples <roy@marples.name>
Fri, 3 Jan 2014 21:12:19 +0000 (21:12 +0000)
committerRoy Marples <roy@marples.name>
Fri, 3 Jan 2014 21:12:19 +0000 (21:12 +0000)
defs.h
dhcpcd.c

diff --git a/defs.h b/defs.h
index ffcc08ce13344aa2c00c8b7e446ffd41a3e44b32..3441b01d76daae240896da4ecaa066e756462bef 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -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"
index 959764864d255e8fb8552b477b3c7317efa1e35d..4fedb6dc2242b64e0b8353375d68e53f5bea9a78 100644 (file)
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -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>