1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/games/jetpack/files/patch-ae

27 lines
558 B
Plaintext
Raw Normal View History

*** main.c.orig Mon Apr 6 12:59:32 1992
--- main.c Thu Sep 22 13:07:12 1994
***************
*** 1,5 ****
--- 1,9 ----
/* main.c : main loop of jetpack
*/
+ #include <sys/types.h>
+ #include <sys/time.h>
+ #include <sys/resource.h>
+
#include "copyright.h"
#include "defs.h"
***************
*** 18,23 ****
--- 22,30 ----
int seed;
char lev[20];
register unsigned long timer;
+ struct rlimit l = {0, 0};
+
+ setrlimit(RLIMIT_CORE, &l);
/* randomize the random number generator by seeding it with the time
in seconds