diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 074394e8f..f45a6ec6f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,16 @@ --> + + 2012-11-01 + + + [bdubbs] - Upgrade to systemd/lfs-udev-195. Fixes + #3197. + + + + 2012-10-15 diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 67163e477..74f65a8d7 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -382,7 +382,7 @@ unset ZONEINFO This creates the posixrules file. We use New York because POSIX requires the daylight savings time rules - to be in accordance with US rules, + to be in accordance with US rules. diff --git a/packages.ent b/packages.ent index becebf1b7..fffe65127 100644 --- a/packages.ent +++ b/packages.ent @@ -524,10 +524,10 @@ - - + + - + @@ -543,7 +543,7 @@ - + diff --git a/udev-lfs/Makefile.lfs b/udev-lfs/Makefile.lfs index 91a11aca0..9c5bfa137 100644 --- a/udev-lfs/Makefile.lfs +++ b/udev-lfs/Makefile.lfs @@ -4,7 +4,7 @@ # vim: tabstop=3 SHELL=/bin/bash -VERSION=193 +VERSION=195 ifeq ($(V),) VB = @ @@ -69,6 +69,7 @@ COMMON_SRCS = log.c \ mkdir.c \ cgroup-util.c \ strv.c \ + strbuf.c \ path-util.c \ conf-files.c \ hashmap.c \ diff --git a/udev-lfs/cfg.h b/udev-lfs/cfg.h index 824a9ed78..be6ae9564 100644 --- a/udev-lfs/cfg.h +++ b/udev-lfs/cfg.h @@ -25,6 +25,10 @@ /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 +/* Define to 1 if you have the declaration of `name_to_handle_at', and to 0 if + * you don't. */ +#define HAVE_DECL_NAME_TO_HANDLE_AT 1 + /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1