]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdadm.h
mdadm fix compilation for uClibc
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 8 Dec 2008 16:00:59 +0000 (17:00 +0100)
committerNeilBrown <neilb@suse.de>
Sun, 1 Feb 2009 22:53:51 +0000 (09:53 +1100)
commit2df1f269113c687e0c23fad2ca9bcf3c4dcbb382
treef8e98885a2ce90d730c404abbc13b0f10539c93e
parent1a0ee0baf049809f9e67d60bb8158801eada3bd5
mdadm fix compilation for uClibc

2008-12-08  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>

* Makefile (dadm.uclibc): Remove misspelled and unneeded rule.
* md5.h: Include stdint.h for uClibc.
* mdadm.h: uClibc defines __UCLIBC__. If uClibc has LFS off
then use lseek instead of lseek64.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Makefile
md5.h
mdadm.h