From: Ben Pfaff Date: Tue, 20 Feb 2007 15:04:47 +0000 (+0000) Subject: Don't need to include "getlogin_r.h" anymore, because gnulib merged it X-Git-Tag: v0.6.0~538 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4054f3ff6982285539b06608d908fd7b6692292;p=pspp-builds.git Don't need to include "getlogin_r.h" anymore, because gnulib merged it into . --- diff --git a/src/output/ChangeLog b/src/output/ChangeLog index 52676959..a5e3cf49 100644 --- a/src/output/ChangeLog +++ b/src/output/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 20 07:03:48 2007 Ben Pfaff + + * html.c: Don't need to include "getlogin_r.h" anymore, because + gnulib merged it into . + Sun Feb 18 11:20:35 2007 Ben Pfaff * postscript.c: Add missing _() around message. diff --git a/src/output/html.c b/src/output/html.c index d71ba0c2..d2c5312f 100644 --- a/src/output/html.c +++ b/src/output/html.c @@ -31,7 +31,6 @@ #include #include "error.h" #include "getline.h" -#include "getlogin_r.h" #include "output.h" #include "manager.h" #include "table.h"