From: Paul Eggert Date: Tue, 4 Jul 2006 07:43:15 +0000 (+0000) Subject: * modules/cycle-check (lib_SOURCES): Add same-inode.h. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=946b14c12a890a95944f8610302c43fd94ecfd27;p=pspp * modules/cycle-check (lib_SOURCES): Add same-inode.h. --- diff --git a/ChangeLog b/ChangeLog index a80d09d747..c55c6735f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-07-04 Paul Eggert + + * modules/cycle-check (lib_SOURCES): Add same-inode.h. + From Mark D. Baushke. + 2006-07-03 Eric Blake * modules/dirname (Depends-on): Add xstrndup. diff --git a/modules/cycle-check b/modules/cycle-check index 89e087e711..090a701eaf 100644 --- a/modules/cycle-check +++ b/modules/cycle-check @@ -13,7 +13,7 @@ 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"