aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps/sessreg/files/sessreg-1.0.8-missing_path_wtmpx.patch')
-rw-r--r--x11-apps/sessreg/files/sessreg-1.0.8-missing_path_wtmpx.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/x11-apps/sessreg/files/sessreg-1.0.8-missing_path_wtmpx.patch b/x11-apps/sessreg/files/sessreg-1.0.8-missing_path_wtmpx.patch
deleted file mode 100644
index dac21245..00000000
--- a/x11-apps/sessreg/files/sessreg-1.0.8-missing_path_wtmpx.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur sessreg-1.0.8.orig/sessreg.h sessreg-1.0.8/sessreg.h
---- sessreg-1.0.8.orig/sessreg.h 2013-02-10 21:43:50.000000000 -0500
-+++ sessreg-1.0.8/sessreg.h 2014-06-18 10:02:17.769459663 -0400
-@@ -106,3 +106,8 @@
- #ifndef UTMPX_FILE
- # define UTMPX_FILE _PATH_UTMPX
- #endif
-+
-+#ifndef _PATH_WTMPX
-+# define _PATH_WTMPX "/var/log/wtmp"
-+#endif
-+