1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/games/xmille/files/patch-ac
1994-12-31 05:34:27 +00:00

15 lines
292 B
Plaintext

*** save.c.orig Wed Apr 1 12:56:45 1992
--- save.c Fri Dec 30 21:17:28 1994
***************
*** 22,28 ****
--- 22,30 ----
* This routine saves the current game for use at a later date
*/
extern int errno;
+ #ifndef __FreeBSD__
extern char *sys_errlist[];
+ #endif
save() {