diff options
Diffstat (limited to 'sysutils/screen50/files/patch-misc.h')
-rw-r--r-- | sysutils/screen50/files/patch-misc.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sysutils/screen50/files/patch-misc.h b/sysutils/screen50/files/patch-misc.h deleted file mode 100644 index 818c716ad6cf..000000000000 --- a/sysutils/screen50/files/patch-misc.h +++ /dev/null @@ -1,12 +0,0 @@ ---- misc.h.orig 2024-03-26 16:41:57.000000000 -0700 -+++ misc.h 2024-04-03 11:30:19.350562000 -0700 -@@ -28,6 +28,9 @@ - int AddXChar (char *, int); - int AddXChars (char *, int, char *); - -+time_t SessionCreationTime(const char *fifo); -+ -+ - #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) - - #endif /* SCREEN_MISC_H */ |