[svn] GnuPG - r5249 - branches/STABLE-BRANCH-2-0/tools
svn author wk
cvs at cvs.gnupg.org
Sun Jan 10 15:06:50 CET 2010
Author: wk
Date: 2010-01-10 15:06:49 +0100 (Sun, 10 Jan 2010)
New Revision: 5249
Modified:
branches/STABLE-BRANCH-2-0/tools/ChangeLog
branches/STABLE-BRANCH-2-0/tools/symcryptrun.c
Log:
Remove unused utmp.h.
Modified: branches/STABLE-BRANCH-2-0/tools/ChangeLog
===================================================================
--- branches/STABLE-BRANCH-2-0/tools/ChangeLog 2010-01-09 19:00:46 UTC (rev 5248)
+++ branches/STABLE-BRANCH-2-0/tools/ChangeLog 2010-01-10 14:06:49 UTC (rev 5249)
@@ -1,3 +1,7 @@
+2010-01-10 Werner Koch <wk at g10code.com>
+
+ * symcryptrun.c (utmp.h): Remove header; it is not used.
+
2009-12-18 Werner Koch <wk at g10code.com>
* applygnupgdefaults (errorfile): Use mktemp. Fixes bug#1146.
Modified: branches/STABLE-BRANCH-2-0/tools/symcryptrun.c
===================================================================
--- branches/STABLE-BRANCH-2-0/tools/symcryptrun.c 2010-01-09 19:00:46 UTC (rev 5248)
+++ branches/STABLE-BRANCH-2-0/tools/symcryptrun.c 2010-01-10 14:06:49 UTC (rev 5249)
@@ -74,7 +74,6 @@
#ifdef HAVE_PTY_H
#include <pty.h>
#endif
-#include <utmp.h>
#include <ctype.h>
#ifdef HAVE_LOCALE_H
#include <locale.h>
More information about the Gnupg-commits
mailing list