inotifi_init1() is not available on older systems
authorPavel Labath <pavelo@centrum.sk>
Mon, 12 Apr 2010 20:40:16 +0000 (22:40 +0200)
committerPavel Labath <pavelo@centrum.sk>
Mon, 12 Apr 2010 20:45:03 +0000 (22:45 +0200)
commit13c973d1b531e642aa2abf568560d2158a1503fb
tree93c015bdf4252be00cf2b08a3a6ee37b320b015e
parent02d97f94456a6814cb53240eae2e059d735d3890
inotifi_init1() is not available on older systems

-> replace with inotify_init() + fcntl()
atomicity should not be important here, since we don't have any threads running at the point of
the call
src/conky.c