src/lib/osunix.c 1.48
1.48 2010/06/03 05:14:39 kent
Changing return type of modification-date-ascertaining functions to time_t.
Index: src/lib/osunix.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/lib/osunix.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -b -B -U 4 -r1.47 -r1.48
--- src/lib/osunix.c 19 Mar 2010 19:11:24 -0000 1.47
+++ src/lib/osunix.c 3 Jun 2010 05:14:39 -0000 1.48
@@ -250,9 +250,9 @@
{
return listDirXExt(dir, pattern, fullPath, FALSE);
}
-unsigned long fileModTime(char *pathName)
+time_t fileModTime(char *pathName)
/* Return file last modification time. The units of
* these may vary from OS to OS, but you can depend on
* later files having a larger time. */
{