freebsd-ports/games/freebsd-games/files/patch-battlestar_init.c
Juergen Lock 805f53212b Convert freebsd-games to use termios.h instead of sgtty.h
PR:		ports/110731
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:	miwi (mentor)
2007-03-23 23:02:33 +00:00

11 lines
281 B
C

--- battlestar/init.c.old Mon Dec 15 17:48:41 2003
+++ battlestar/init.c Mon Dec 15 17:48:54 2003
@@ -62,7 +62,7 @@
puts("Admiral D.W. Riggle\n");
srandomdev();
getutmp(uname);
- if (startup)
+ if (startup == NULL)
location = dayfile;
wiz = wizard(uname);
wordinit();