Revision: 55117
          http://brlcad.svn.sourceforge.net/brlcad/?rev=55117&view=rev
Author:   r_weiss
Date:     2013-04-10 22:37:59 +0000 (Wed, 10 Apr 2013)
Log Message:
-----------
Update to struct bu_mapped_file, changing the datatype of modtime from long to 
time_t.

Modified Paths:
--------------
    brlcad/trunk/include/bu.h

Modified: brlcad/trunk/include/bu.h
===================================================================
--- brlcad/trunk/include/bu.h   2013-04-10 22:30:48 UTC (rev 55116)
+++ brlcad/trunk/include/bu.h   2013-04-10 22:37:59 UTC (rev 55117)
@@ -1740,7 +1740,7 @@
     char *appl;                /**< bu_strdup() of tag for application using 
'apbuf'  */
     genptr_t apbuf;    /**< opt: application-specific buffer */
     size_t apbuflen;   /**< opt: application-specific buflen */
-    long modtime;      /**< date stamp, in case file is modified */
+    time_t modtime;    /**< date stamp, in case file is modified */
     int uses;          /**< # ptrs to this struct handed out */
     int dont_restat;   /**< 1=on subsequent opens, don't re-stat()  */
 };

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to