aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps/sessreg/files/sessreg-1.1.0-missing_path_wtmpx.patch')
-rw-r--r--x11-apps/sessreg/files/sessreg-1.1.0-missing_path_wtmpx.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/x11-apps/sessreg/files/sessreg-1.1.0-missing_path_wtmpx.patch b/x11-apps/sessreg/files/sessreg-1.1.0-missing_path_wtmpx.patch
deleted file mode 100644
index 721891f9..00000000
--- a/x11-apps/sessreg/files/sessreg-1.1.0-missing_path_wtmpx.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -Naur sessreg-1.1.0.orig/sessreg.h sessreg-1.1.0/sessreg.h
---- sessreg-1.1.0.orig/sessreg.h 2015-01-20 05:00:27.000000000 +0000
-+++ sessreg-1.1.0/sessreg.h 2016-02-23 11:54:42.057000000 +0000
-@@ -103,6 +103,13 @@
- # define TTYS_FILE "/etc/ttys"
- #endif
-
-+#ifndef _PATH_WTMPX
-+# define _PATH_WTMPX _PATH_WTMP
-+#endif
-+#ifndef _PATH_UTMPX
-+# define _PATH_UTMPX _PATH_UTMP
-+#endif
-+
- #ifndef WTMPX_FILE
- # define WTMPX_FILE _PATH_WTMPX
- #endif