From a764ff2e68cd9ca7fb76ceec34cb6e4a1a906446 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 21 Sep 2012 17:39:39 +0000 Subject: Update udev-lfs for sytemd-190 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9997 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- udev-lfs/cfg.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'udev-lfs/cfg.h') diff --git a/udev-lfs/cfg.h b/udev-lfs/cfg.h index 473a2d89f..695c90b53 100644 --- a/udev-lfs/cfg.h +++ b/udev-lfs/cfg.h @@ -39,6 +39,11 @@ /* Enable GNU extensions on systems that have them. */ # define _GNU_SOURCE 1 + /* Version number of package */ -#define VERSION "188" +#define VERSION "190" +#define HAVE_DECL_PIVOT_ROOT 0 +#define HAVE_DECL_GETTID 0 +#define HAVE_NAME_TO_HANDLE_AT 1 +#define HAVE___SECURE_GETENV 1 -- cgit v1.2.3-54-g00ecf