pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/output ChangeLog html.c


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/output ChangeLog html.c
Date: Tue, 20 Feb 2007 15:04:47 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 07/02/20 15:04:47

Modified files:
        src/output     : ChangeLog html.c 

Log message:
        Don't need to include "getlogin_r.h" anymore, because gnulib merged it
        into <unistd.h>.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/output/ChangeLog?cvsroot=pspp&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/pspp/src/output/html.c?cvsroot=pspp&r1=1.18&r2=1.19

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/src/output/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- ChangeLog   18 Feb 2007 19:20:55 -0000      1.20
+++ ChangeLog   20 Feb 2007 15:04:47 -0000      1.21
@@ -1,3 +1,8 @@
+Tue Feb 20 07:03:48 2007  Ben Pfaff  <address@hidden>
+
+       * html.c: Don't need to include "getlogin_r.h" anymore, because
+       gnulib merged it into <unistd.h>.
+
 Sun Feb 18 11:20:35 2007  Ben Pfaff  <address@hidden>
 
        * postscript.c: Add missing _() around message.

Index: html.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/output/html.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- html.c      12 Feb 2007 02:10:54 -0000      1.18
+++ html.c      20 Feb 2007 15:04:47 -0000      1.19
@@ -31,7 +31,6 @@
 #include <data/file-name.h>
 #include "error.h"
 #include "getline.h"
-#include "getlogin_r.h"
 #include "output.h"
 #include "manager.h"
 #include "table.h"




reply via email to

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