]> git.alsa-project.org Git - alsa-lib.git/commit
Fix off_t in kernel struct
authorTakashi Iwai <tiwai@suse.de>
Wed, 28 Jan 2009 14:00:35 +0000 (15:00 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 28 Jan 2009 14:00:35 +0000 (15:00 +0100)
commitc821f2e7f2534ece24a10402df3f501536a09cbd
tree29be14500c119ab1065a8a53bb8f4cfd51a42abd
parent56fa81fdab3ff1363995ba97558e223a331f5321
Fix off_t in kernel struct

The off_t in kernel struct (for ioctls) is actually different from the
definition of user-space off_t.  The kernel off_t is equial with long
while user-space off_t depends on the large-file support.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/asound.h