diff src/ChangeLog @ 106962:d189e0755f30

Account for utmp.h availability. * configure.in: Check for utmp.h availability (FreeBSD 9.x lacks this header file). * filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x lacks this header file).
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 23 Jan 2010 17:15:22 -0500
parents 9a7965a5cdaf
children 62f86ca36527
line wrap: on
line diff
--- a/src/ChangeLog	Sat Jan 23 13:42:22 2010 +0100
+++ b/src/ChangeLog	Sat Jan 23 17:15:22 2010 -0500
@@ -1,3 +1,8 @@
+2010-01-23  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
+
+	* filelock.c: Include utmp.h only when HAVE_UTMP_H (FreeBSD 9.x
+	lacks this header file).
+
 2010-01-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
 	* xdisp.c (draw_glyphs): Update `start' for left_overwritten case