diff options
Diffstat (limited to 'print/mp-letter/files/patch-ae')
-rw-r--r-- | print/mp-letter/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
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. |