summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-22 16:52:42 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-22 16:52:42 +0000
commitcd4f9532a62b6001c7e2e081bc3ed9400004bd01 (patch)
tree7482ad04907bdb31aa5fda50ec8bca2f0b29882d /print
parentOnly build in sound support when the machine arch is i386. (diff)
Use time_t instead of long so this builds on the Alpha.
Notes
Notes: svn path=/head/; revision=19654
Diffstat (limited to 'print')
-rw-r--r--print/mp-letter/files/patch-ae11
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.