1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/games/xmille/files/patch-ac
Kevin Lo a6d16c4971 - Use .tar.gz archive instead of (vanished) .tar.Z archive
- gets() -> fgets()

PR: 24821
Submitted by: Ports Fury
2001-02-03 17:00:35 +00:00

13 lines
255 B
Plaintext

--- save.c.orig Thu Apr 2 05:56:45 1992
+++ save.c Wed Jan 31 23:04:29 2001
@@ -22,7 +22,9 @@
* This routine saves the current game for use at a later date
*/
extern int errno;
+#ifndef __FreeBSD__
extern char *sys_errlist[];
+#endif
save() {