Whamcloud - gitweb
Use sys/syscall.h instead of syscall.h
authorTheodore Ts'o <tytso@mit.edu>
Thu, 10 Jul 2014 19:54:42 +0000 (15:54 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 10 Jul 2014 19:54:42 +0000 (15:54 -0400)
commit599915f080dc0f62a3e800c5bc8fe31ae8b45707
treeaec16a169c28b41113564107acaaa5759cd85f76
parent30db7954c7165bc77693054f135a1466f2594027
Use sys/syscall.h instead of syscall.h

Most systems have a backwards compatibility symlink in
/usr/include/syscall.h to /usr/include/sys/syscall.h, but
sys/syscall.h is the documented location of the header file.  Fix two
locations where we were using <syscall.h> instead of <sys/syscall.h>.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/blkid/llseek.c
lib/ext2fs/llseek.c