diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-09-21 17:39:39 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-09-21 17:39:39 +0000 |
commit | a764ff2e68cd9ca7fb76ceec34cb6e4a1a906446 (patch) | |
tree | 115f9e65a01e77ab139bd1732394c721e919e7b0 /udev-lfs/cfg.h | |
parent | fd4ec730adcc9f07bf3e816e904af95667e8adf9 (diff) |
Update udev-lfs for sytemd-190
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9997 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'udev-lfs/cfg.h')
-rw-r--r-- | udev-lfs/cfg.h | 7 |
1 files changed, 6 insertions, 1 deletions
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 |