Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/dhcpcd/dist Import dhcpcd-5.2.1 for a build fix
details: https://anonhg.NetBSD.org/src/rev/71d494972ebe
branches: trunk
changeset: 752484:71d494972ebe
user: roy <roy%NetBSD.org@localhost>
date: Sat Feb 27 16:02:25 2010 +0000
description:
Import dhcpcd-5.2.1 for a build fix
diffstat:
external/bsd/dhcpcd/dist/config.h | 1 -
external/bsd/dhcpcd/dist/defs.h | 2 +-
external/bsd/dhcpcd/dist/platform-bsd.c | 2 ++
3 files changed, 3 insertions(+), 2 deletions(-)
diffs (32 lines):
diff -r 8bf5521ce17c -r 71d494972ebe external/bsd/dhcpcd/dist/config.h
--- a/external/bsd/dhcpcd/dist/config.h Sat Feb 27 15:55:09 2010 +0000
+++ b/external/bsd/dhcpcd/dist/config.h Sat Feb 27 16:02:25 2010 +0000
@@ -4,4 +4,3 @@
#define LIBEXECDIR "/libexec"
#define DBDIR "/var/db"
#define RUNDIR "/var/run"
-#include "compat/getline.h"
diff -r 8bf5521ce17c -r 71d494972ebe external/bsd/dhcpcd/dist/defs.h
--- a/external/bsd/dhcpcd/dist/defs.h Sat Feb 27 15:55:09 2010 +0000
+++ b/external/bsd/dhcpcd/dist/defs.h Sat Feb 27 16:02:25 2010 +0000
@@ -28,7 +28,7 @@
#define CONFIG_H
#define PACKAGE "dhcpcd"
-#define VERSION "5.2.0"
+#define VERSION "5.2.1"
#ifndef CONFIG
# define CONFIG SYSCONFDIR "/" PACKAGE ".conf"
diff -r 8bf5521ce17c -r 71d494972ebe external/bsd/dhcpcd/dist/platform-bsd.c
--- a/external/bsd/dhcpcd/dist/platform-bsd.c Sat Feb 27 15:55:09 2010 +0000
+++ b/external/bsd/dhcpcd/dist/platform-bsd.c Sat Feb 27 16:02:25 2010 +0000
@@ -29,6 +29,8 @@
#include <sys/sysctl.h>
#include <sys/utsname.h>
+#include "platform.h"
+
static char march[SYS_NMLN];
char *
Home |
Main Index |
Thread Index |
Old Index