gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r8393 - GNUnet/src/include


From: gnunet
Subject: [GNUnet-SVN] r8393 - GNUnet/src/include
Date: Mon, 6 Apr 2009 14:43:13 -0600

Author: durner
Date: 2009-04-06 14:43:13 -0600 (Mon, 06 Apr 2009)
New Revision: 8393

Modified:
   GNUnet/src/include/plibc.h
Log:
up

Modified: GNUnet/src/include/plibc.h
===================================================================
--- GNUnet/src/include/plibc.h  2009-04-06 12:02:26 UTC (rev 8392)
+++ GNUnet/src/include/plibc.h  2009-04-06 20:43:13 UTC (rev 8393)
@@ -6,12 +6,12 @@
           modify it under the terms of the GNU Lesser General Public
           License as published by the Free Software Foundation; either
           version 2.1 of the License, or (at your option) any later version.
-       
+
           This library is distributed in the hope that it will be useful,
           but WITHOUT ANY WARRANTY; without even the implied warranty of
           MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
           Lesser General Public License for more details.
-       
+
           You should have received a copy of the GNU Lesser General Public
           License along with this library; if not, write to the Free Software
           Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 
 USA
@@ -463,7 +463,7 @@
 #define BINDTEXTDOMAIN(d, n) bindtextdomain(d, n)
 #endif
 #define CREAT(p, m) creat(p, m)
-#define CTIME(c) ctime(c)
+#define PLIBC_CTIME(c) ctime(c)
 #define CTIME_R(c, b) ctime_r(c, b)
 #undef FOPEN
 #define FOPEN(f, m) fopen(f, m)
@@ -555,7 +555,7 @@
 #define BINDTEXTDOMAIN(d, n) _win_bindtextdomain(d, n)
 #endif
 #define CREAT(p, m) _win_creat(p, m)
-#define CTIME(c) _win_ctime(c)
+#define PLIBC_CTIME(c) _win_ctime(c)
 #define CTIME_R(c, b) _win_ctime_r(c, b)
 #define FOPEN(f, m) _win_fopen(f, m)
 #define FTRUNCATE(f, l) _win_ftruncate(f, l)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]