1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Fix build on 9.x with utmp removal.

This commit is contained in:
Koop Mast 2010-02-05 12:28:28 +00:00
parent 8313125fa5
commit 7e247fe414
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249289

View File

@ -0,0 +1,11 @@
--- zvt/gnome-utmp.c.orig 2010-02-05 12:06:29.000000000 +0100
+++ zvt/gnome-utmp.c 2010-02-05 12:07:29.000000000 +0100
@@ -33,8 +33,6 @@
# endif
#endif
-#include <utmp.h>
-
#if defined(HAVE_LASTLOG_H)
# include <lastlog.h>
#endif