Defined timefield as a time_t instead of a long for the Alpha.
This commit is contained in:
parent
b690c95a7a
commit
385e7121f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19674
1 changed files with 11 additions and 0 deletions
11
games/xmemory/files/patch-ab
Normal file
11
games/xmemory/files/patch-ab
Normal 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;
|
Loading…
Reference in a new issue