ChangeLog, configure.in, configure:
  Added check to see if llseek is declared in unistd.h
ChangeLog, llseek.c:
  Check HAVE_LLSEEK_PROTOTYPE to see whether or not we need to declare
  llseek().

diff --git a/ChangeLog b/ChangeLog
index 064200b..c9d9a17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Oct 20 19:30:45 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+	* configure.in (HAVE_LLSEEK_PROTOTYPE): Added check to see if
+		llseek is declared in unistd.h
+
 Sun Oct 19 19:09:30 1997  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
 	* configure.in: Add tests for sys/stat.h, sys/time.h, and sys/types.h