Defined timefield as a time_t instead of a long for the Alpha.

This commit is contained in:
Steve Price 1999-06-22 17:41:32 +00:00
parent b690c95a7a
commit 385e7121f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19674

View file

@ -0,0 +1,11 @@
--- xmemory.C.orig Sun Jun 20 19:09:21 1999
+++ xmemory.C Sun Jun 20 19:10:06 1999
@@ -199,7 +199,7 @@
main( int argc, char **argv )
{
int i;
-long timefield;
+time_t timefield;
char main_display[30];
char *main_p;
char *filename;