X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fcycle-check;h=090a701eaf477fb1ce339f21e7ca2558b095b22a;hb=b0d3c1545196ae640d1f6de6c084f15812a9650a;hp=91c4e31664fd76ae14fcfd8e03aa01f91ee3b55d;hpb=53115a537a914f32506050c056d4e327621ac9a7;p=gnulib.git diff --git a/modules/cycle-check b/modules/cycle-check index 91c4e3166..090a701ea 100644 --- a/modules/cycle-check +++ b/modules/cycle-check @@ -4,18 +4,22 @@ help detect directory cycles efficiently Files: lib/cycle-check.c lib/cycle-check.h +lib/same-inode.h lib/dev-ino.h Depends-on: +stdbool configure.ac: Makefile.am: -lib_SOURCES += cycle-check.c cycle-check.h dev-ino.h +lib_SOURCES += cycle-check.c cycle-check.h dev-ino.h same-inode.h Include: "cycle-check.h" +License: +GPL + Maintainer: Jim Meyering -