Remove now-inaccurate comment about the files
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 Jul 2004 00:31:14 +0000 (00:31 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 Jul 2004 00:31:14 +0000 (00:31 +0000)
commit6cb7a76f8e927844be91e30f172e85f2735b848a
tree6999cfdea6028e2e2d565f63650a602f934f0a07
parent62ce2087cb983e60c4bd9bf7741b2f3e8e69b0c4
Remove now-inaccurate comment about the files
you need to include first.  You don't need to include any files
other than the usual config.h.
Include <inttypes.h> and <stdint.h> if available, for uintmax_t.
Remove 'struct stat;' not needed since we know sys/stat.h has
been included by dev-ino.h.
(struct cycle_check_state): Change chdir_counter to uintmax_t,
not size_t, since it isn't limited by object sizes.
Change magic from long unsigned int to int; that's good enough
for our use.
lib/cycle-check.h