mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
81a45042c3
Lightdm is a display manager that: * Is cross-desktop - supports different desktops * Supports different display technologies * Is lightweight - low memory usage and fast performance * Has a comprehensive test suite WWW: https://www.freedesktop.org/wiki/Software/LightDM/ lightdm-gtk-greeter is the reference GTK+ greeter for LightDM. WWW: https://launchpad.net/lightdm-gtk-greeter Approved by: adamw (mentor, implicit)
11 lines
251 B
C
11 lines
251 B
C
--- tests/src/libsystem.c.orig 2016-11-13 22:45:48 UTC
|
|
+++ tests/src/libsystem.c
|
|
@@ -20,7 +20,6 @@
|
|
#include <security/pam_appl.h>
|
|
#include <fcntl.h>
|
|
#include <dlfcn.h>
|
|
-#include <utmp.h>
|
|
#include <utmpx.h>
|
|
#ifdef __linux__
|
|
#include <linux/vt.h>
|