]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
smb.h: do not include linux/time.h in userspace
authorKirill A. Shutemov <kirill@shutemov.name>
Tue, 23 Sep 2008 17:25:04 +0000 (17:25 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Oct 2008 03:22:50 +0000 (20:22 -0700)
commit6d859b16f920fc0369dc900a08f0208fa7ecef36
treea04e7573dab4ad9dec7d140bb2503c98ff24d1d1
parentff1301544d010243e577f7652a451e0901de1322
smb.h: do not include linux/time.h in userspace

commit c32a162fd420fe8dfb049db941b2438061047fcc upstream

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>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/smb.h