summaryrefslogtreecommitdiff
path: root/sysutils/screen50/files/patch-utmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/screen50/files/patch-utmp.c')
-rw-r--r--sysutils/screen50/files/patch-utmp.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/sysutils/screen50/files/patch-utmp.c b/sysutils/screen50/files/patch-utmp.c
deleted file mode 100644
index 3157dffa0a90..000000000000
--- a/sysutils/screen50/files/patch-utmp.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- utmp.c.orig 2024-03-26 16:41:57.000000000 -0700
-+++ utmp.c 2024-04-03 11:21:49.696125000 -0700
-@@ -30,6 +30,7 @@
-
- #include "utmp.h"
-
-+#include <sys/param.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>
-@@ -64,9 +65,7 @@
-
- static int utmpok;
- static char UtmpName[] = UTMPXFILE;
--#ifndef UTMP_HELPER
- static int utmpfd = -1;
--#endif
-
- #undef D_loginhost
- #define D_loginhost D_utmp_logintty.ut_host