summaryrefslogtreecommitdiffstats
path: root/daemon/inotify.c
Commit message (Collapse)AuthorAgeFilesLines
* RHEL 5: inotify_init1 call did not exist on RHEL 5.Richard Jones2009-08-061-0/+22
|
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-13/+13
| | | | | | | | | | | Do it by running this command: [exempted files are matched via .x-sc_TAB_in_indentation] git ls-files \ | pcregrep -vf .x-sc_TAB_in_indentation \ | xargs pcregrep -l '^ *\t' \ | xargs perl -MText::Tabs -ni -le \ '$m=/^( *\t[ \t]*)(.*)/; print $m ? expand($1) . $2 : $_'
* Add interface to Linux 'inotify' API.Richard W.M. Jones2009-07-311-0/+320