OSSP CVS Repository

ossp - Check-in [2940]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 2940
Date: 2002-Nov-29 18:58:18 (local)
2002-Nov-29 17:58:18 (UTC)
User:rse
Branch:
Comment: Fixed compiler warnings under Linux: require inclusion of <time.h>

Submitted by: Joseph Wayne Norton <norton@alum.mit.edu>

Tickets:
Inspections:
Files:
ossp-pkg/pth/ChangeLog      1.600 -> 1.601     3 inserted, 0 deleted
ossp-pkg/pth/THANKS      1.90 -> 1.91     1 inserted, 0 deleted
ossp-pkg/pth/pth_p.h.in      1.34 -> 1.35     1 inserted, 0 deleted

ossp-pkg/pth/ChangeLog 1.600 -> 1.601

--- ChangeLog    2002/11/09 16:29:26     1.600
+++ ChangeLog    2002/11/29 17:58:18     1.601
@@ -21,6 +21,9 @@
                   
   Changes between 2.0b1 and 2.0b2 (08-Nov-2002 to xx-Nov-2002)
 
+   *) Fixed compiler warnings under Linux: require inclusion of <time.h>
+      [Joseph Wayne Norton <norton@alum.mit.edu>]
+
    *) Fixed error handling in pth_init(3): it now correctly
       returns an error instead of abort(3)'ing.
       [Ralf S. Engelschall]


ossp-pkg/pth/THANKS 1.90 -> 1.91

--- THANKS       2002/11/03 10:04:35     1.90
+++ THANKS       2002/11/29 17:58:18     1.91
@@ -74,6 +74,7 @@
     o  Matthew Mondor              <mmondor@gobot.ca>
     o  Eric Newton                 <ecn@smart.net>
     o  Sami Niemi                  <saminiemi@usa.net>
+    o  Joseph Wayne Norton         <norton@alum.mit.edu>
     o  Alexandre Oliva             <oliva@dcc.unicamp.br>
     o  Giwon On                    <Giwon.On@KOM.tu-darmstadt.de>
     o  Takeshi OTOFUJI             <otofuji@quartet.ipc.akita-u.ac.jp>


ossp-pkg/pth/pth_p.h.in 1.34 -> 1.35

--- pth_p.h.in   2002/10/24 09:07:51     1.34
+++ pth_p.h.in   2002/11/29 17:58:18     1.35
@@ -42,6 +42,7 @@
 #include <sys/wait.h>
 #include <sys/stat.h>
 #include <sys/socket.h>
+#include <time.h>
 
 /* library version */
 #define _PTH_VERS_C_AS_HEADER_

CVSTrac 2.0.1