diff options
author | christophe.varoqui@free.fr <christophe.varoqui@free.fr> | 2003-12-02 00:16:32 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:04 -0700 |
commit | 359618cd6ed05adcad97380f51790198ff653f87 (patch) | |
tree | a7f5f734c91bcf20af664c83cb3117d30070952c /extras/multipath/sg_include.h | |
parent | 871ea775c7f47776c34f4d33d7f40074e4e39d39 (diff) |
[PATCH] udev-007/extras/multipath update
here is a clean-up patch :
* removes sg_err.[ch] deps
* makes sure the core code play nice with klibc
* port the sysfs calls to dlist helpers
* links against udev's sysfs (need libsysfs.a & dlist.a)
* finally define DM_TARGET as "multipath" as Joe posted the code today
(not tested yet)
* push version forward (do you want it in sync with udev version?)
libdevmapper doesn't play well with klibc, so I wasn't able to produce a
static binary yet. Help needed here ... as I don't want to fall back to
merge libdevmapper code in the core.
It compiles here and doesn't segfault.
Diffstat (limited to 'extras/multipath/sg_include.h')
-rw-r--r-- | extras/multipath/sg_include.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extras/multipath/sg_include.h b/extras/multipath/sg_include.h index 6b6dd6f372..460506826e 100644 --- a/extras/multipath/sg_include.h +++ b/extras/multipath/sg_include.h @@ -9,7 +9,6 @@ #include <linux/../scsi/scsi.h> #else #include <scsi/sg.h> - #include <scsi/scsi.h> #endif #endif |