diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-11-01 21:48:07 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-11-01 21:48:07 +0000 |
commit | e7134f171ef037d68b89873f695157792f1a3d85 (patch) | |
tree | 94fef8e356e496f351b8305da9da448287a43500 /udev-lfs | |
parent | e0901b3e480803837880db7e51ad6a10131eed46 (diff) |
Update to systemd/udev-lfs-195
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10025 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'udev-lfs')
-rw-r--r-- | udev-lfs/Makefile.lfs | 3 | ||||
-rw-r--r-- | udev-lfs/cfg.h | 4 |
2 files changed, 6 insertions, 1 deletions
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 <sys/types.h> 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 <unistd.h> header file. */ #define HAVE_UNISTD_H 1 |