pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/data make-file.c ChangeLog


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/data make-file.c ChangeLog
Date: Mon, 12 Feb 2007 04:44:50 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 07/02/12 04:44:49

Modified files:
        src/data       : make-file.c ChangeLog 

Log message:
        Include "mkstemp.h", without which linking on mingw32 fails.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/make-file.c?cvsroot=pspp&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/pspp/src/data/ChangeLog?cvsroot=pspp&r1=1.104&r2=1.105

Patches:
Index: make-file.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/make-file.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- make-file.c 15 Dec 2006 00:16:02 -0000      1.7
+++ make-file.c 12 Feb 2007 04:44:49 -0000      1.8
@@ -27,6 +27,8 @@
 #include <libpspp/message.h>
 #include <libpspp/alloc.h>
 
+#include "mkstemp.h"
+
 #include "gettext.h"
 #define _(msgid) gettext (msgid)
 

Index: ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/src/data/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -b -r1.104 -r1.105
--- ChangeLog   12 Feb 2007 02:10:55 -0000      1.104
+++ ChangeLog   12 Feb 2007 04:44:49 -0000      1.105
@@ -1,3 +1,8 @@
+Sun Feb 11 20:44:13 2007  Ben Pfaff  <address@hidden>
+
+       * make-file.c: Include "mkstemp.h", without which linking on
+       mingw32 fails.
+
 Thu Feb  8 14:59:05 2007  Ben Pfaff  <address@hidden>
  
        Reduce platform dependence.




reply via email to

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