mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 23:46:28 -04:00
With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694
12 lines
365 B
C
12 lines
365 B
C
--- gnome-initial-setup/pages/account/um-utils.c.orig 2014-03-10 04:47:29.000000000 +0000
|
|
+++ gnome-initial-setup/pages/account/um-utils.c 2014-05-13 20:51:04.098992354 +0000
|
|
@@ -26,7 +26,8 @@
|
|
#include <stdlib.h>
|
|
#include <sys/types.h>
|
|
#include <pwd.h>
|
|
-#include <utmp.h>
|
|
+#include <utmpx.h>
|
|
+#define UT_NAMESIZE 16
|
|
|
|
#include <glib.h>
|
|
#include <glib/gi18n.h>
|