diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2024-04-03 11:40:59 -0700 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2024-04-03 11:42:51 -0700 |
| commit | dd8b166835f3f603e27ac0d1629e9b593c82bd78 (patch) | |
| tree | b92a379da985e8cb802957a159a9d1ece3282730 /sysutils/screen-devel/files/patch-misc.h | |
| parent | devel/aws-crt-cpp: Update to 0.26.5 (diff) | |
sysutils/screen-devel: New port
Track development branch of screen on savannah.gnu.org.
Diffstat (limited to 'sysutils/screen-devel/files/patch-misc.h')
| -rw-r--r-- | sysutils/screen-devel/files/patch-misc.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/screen-devel/files/patch-misc.h b/sysutils/screen-devel/files/patch-misc.h new file mode 100644 index 000000000000..818c716ad6cf --- /dev/null +++ b/sysutils/screen-devel/files/patch-misc.h @@ -0,0 +1,12 @@ +--- 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 */ |
