summaryrefslogtreecommitdiff
path: root/lib/cycle-check.h
AgeCommit message (Collapse)Author
2005-05-14Update FSF postal mail address.Jim Meyering
2004-08-07Merge from gnulib.Paul Eggert
2004-07-28Remove now-inaccurate comment about the filesPaul Eggert
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.
2004-07-07Include stdbool.h.Jim Meyering
Forward-declare `struct stat'.
2003-06-06Include <stdbool.h> unconditionally.Jim Meyering
2003-01-03.Jim Meyering