OSDN Git Service

fanotify.c: fix typo in header inclusion
authorrofl0r <retnyg@gmx.net>
Fri, 3 Jan 2014 10:27:46 +0000 (11:27 +0100)
committerrofl0r <retnyg@gmx.net>
Fri, 3 Jan 2014 10:29:57 +0000 (11:29 +0100)
commit9e91398b282f3ca3541da71c51adb9958f3e9cc2
tree84a4d757d826b57f7ae758862ea4e73f213c2e46
parent863d628d93ea341b6a32661a1654320ce69f6a07
fanotify.c: fix typo in header inclusion

the header is included only as a guard to check that the declaration
and definition match, so the typo didn't cause any breakage aside
from omitting this check.
src/linux/fanotify.c