On Sun, Nov 30, 2008 at 10:40:49PM -0500, Norman Ramsey wrote: > /* samefile -- succeeds if two files exist and are the same */ > if (buf1.st_dev == buf2.st_dev && buf1.st_ino == buf2.st_ino)
You could use stat(1) for that. _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
