diff options
author | greg@kroah.com <greg@kroah.com> | 2004-10-07 08:40:35 +0200 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-27 06:37:03 +0200 |
commit | 12901d995fe7c99af36148d8d596f967c6ad68a3 (patch) | |
tree | 6c027690c6eff030a4a4a4bc47140653a9efb3e1 /tdb | |
parent | [PATCH] fix problems using scsi_id with udevstart (diff) | |
download | systemd-12901d995fe7c99af36148d8d596f967c6ad68a3.tar.xz systemd-12901d995fe7c99af36148d8d596f967c6ad68a3.zip |
[PATCH] enable native tdb spinlocks on i386 platforms.
also clean out some stuff in the makefile that was never getting used.
Diffstat (limited to 'tdb')
-rw-r--r-- | tdb/spinlock.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tdb/spinlock.c b/tdb/spinlock.c index 50cd952c72..451617fade 100644 --- a/tdb/spinlock.c +++ b/tdb/spinlock.c @@ -21,7 +21,6 @@ #define STANDALONE #define TDB_DEBUG #define HAVE_MMAP 1 -#include "../udev.h" #if HAVE_CONFIG_H #include <config.h> @@ -40,6 +39,8 @@ #include <signal.h> #include "tdb.h" #include "spinlock.h" +#include "../udev.h" +#include "../logging.h" #else #include "includes.h" |