GNOME Bugzilla – Bug 324710
Fix lockf() test in egg-recent-model.c
Last modified: 2005-12-22 11:18:26 UTC
The configure script defines HAVE_LOCKF, but egg-recent-model.c tests for F_TLOCK.
Created attachment 56255 [details] [review] fix
applied to HEAD, thanks. 2005-12-22 Emmanuele Bassi <ebassi@cvs.gnome.org> * libegg/recent-files/egg-recent-model.c (egg_recent_model_lock_file), (egg_recent_model_unlock_file): check against HAVE_LOCKF for using lockf() (closes bug #324710).