diff options
| author | Roy Marples <roy@marples.name> | 2014-01-03 21:12:19 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2014-01-03 21:12:19 +0000 |
| commit | d1c384a68684da37b00f8ca126de10fd90b231ad (patch) | |
| tree | 64e117bea33d44382cf28537e0d3cc8e26cacbff | |
| parent | b3c55f23df5dc674e14f9df1c3b1ec26b1185c77 (diff) | |
| download | dhcpcd-d1c384a68684da37b00f8ca126de10fd90b231ad.tar.xz | |
Welcome to 2014! Relese dhcpcd-6.2.0.dhcpcd-6.2.0
| -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> |
