From cd4f9532a62b6001c7e2e081bc3ed9400004bd01 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Tue, 22 Jun 1999 16:52:42 +0000 Subject: Use time_t instead of long so this builds on the Alpha. --- print/mp-letter/files/patch-ae | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 print/mp-letter/files/patch-ae (limited to 'print') diff --git a/print/mp-letter/files/patch-ae b/print/mp-letter/files/patch-ae new file mode 100644 index 000000000000..ba5ca7c3a9f5 --- /dev/null +++ b/print/mp-letter/files/patch-ae @@ -0,0 +1,11 @@ +--- print.cc.orig Sat Jun 19 18:04:15 1999 ++++ print.cc Sat Jun 19 18:04:57 1999 +@@ -33,7 +33,7 @@ + { + char *ptr ; // Pointer to current time or date string. + int len ; +- long clock ; // Used by the localtime function call. ++ time_t clock ; // Used by the localtime function call. + struct stat status ; // Stat(2) information from current file (-modtime). + struct tm *tm ; // Used by the localtime and asctime calls. + char *timenow ; // Used to set TimeNow field with users name. -- cgit v1.2.3