summaryrefslogtreecommitdiff
path: root/astro/xphoon/files/patch-dtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'astro/xphoon/files/patch-dtime.c')
-rw-r--r--astro/xphoon/files/patch-dtime.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/astro/xphoon/files/patch-dtime.c b/astro/xphoon/files/patch-dtime.c
index e5e35cd66b77..2841a5514ea0 100644
--- a/astro/xphoon/files/patch-dtime.c
+++ b/astro/xphoon/files/patch-dtime.c
@@ -1,6 +1,6 @@
---- dtime.c.orig Sat Sep 14 14:15:25 1991
-+++ dtime.c Sun Jan 3 18:36:48 1999
-@@ -26,13 +26,20 @@
+--- dtime.c.orig 1991-09-14 05:15:25 UTC
++++ dtime.c
+@@ -26,13 +26,20 @@ extern long timezone;
#include <sys/timeb.h>
#endif /*SYS5*/
@@ -22,7 +22,7 @@
(void) time( &clock );
return dlocaltime( &clock );
-@@ -40,7 +47,7 @@
+@@ -40,7 +47,7 @@ dtwstime()
struct tws*
dlocaltime( clock )
@@ -31,7 +31,7 @@
{
register struct tm* tm;
#ifndef SYS5
-@@ -48,7 +55,7 @@
+@@ -48,7 +55,7 @@ dlocaltime( clock )
#endif not SYS5
static struct tws tw;