diff options
Diffstat (limited to 'astro/pngphoon/files/patch-tws.h')
-rw-r--r-- | astro/pngphoon/files/patch-tws.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/astro/pngphoon/files/patch-tws.h b/astro/pngphoon/files/patch-tws.h new file mode 100644 index 000000000000..e4e6e992dfe8 --- /dev/null +++ b/astro/pngphoon/files/patch-tws.h @@ -0,0 +1,11 @@ +--- tws.h.orig 2025-07-18 07:31:08 UTC ++++ tws.h +@@ -33,7 +33,7 @@ struct tws + + /* Declarations of routines. */ + +-struct tws *dlocaltime( ); ++struct tws *dlocaltime( long * ); + /* dlocaltime( &clock ) turns a time(3) clock value into a tws */ + + struct tws *dtwstime( ); |