]> bbs.cooldavid.org Git - net-next-2.6.git/commit
smb.h: do not include linux/time.h in userspace
authorKirill A. Shutemov <kirill@shutemov.name>
Mon, 22 Sep 2008 20:57:43 +0000 (13:57 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 23 Sep 2008 15:09:13 +0000 (08:09 -0700)
commitc32a162fd420fe8dfb049db941b2438061047fcc
treebea33ba6fb2d63044b00e6603a226d8b65ce973b
parent683f40d7e7eee06811db43cb4c45349eab0d539e
smb.h: do not include linux/time.h in userspace

linux/time.h conflicts with time.h from glibc

It breaks building smbmount from samba.  It's regression introduced by
commit 76308da (" smb.h: uses struct timespec but didn't include
linux/time.h").

Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
Cc: <stable@kernel.org> [2.6.26.x]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/smb.h