summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2014-01-03 21:12:19 +0000
committerRoy Marples <roy@marples.name>2014-01-03 21:12:19 +0000
commitd1c384a68684da37b00f8ca126de10fd90b231ad (patch)
tree64e117bea33d44382cf28537e0d3cc8e26cacbff
parentb3c55f23df5dc674e14f9df1c3b1ec26b1185c77 (diff)
downloaddhcpcd-6.2.0.tar.xz
Welcome to 2014! Relese dhcpcd-6.2.0.dhcpcd-6.2.0
-rw-r--r--defs.h4
-rw-r--r--dhcpcd.c6
2 files changed, 4 insertions, 6 deletions
diff --git a/defs.h b/defs.h
index ffcc08ce..3441b01d 100644
--- 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"
diff --git a/dhcpcd.c b/dhcpcd.c
index 95976486..4fedb6dc 100644
--- 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>