mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
15 lines
292 B
Plaintext
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() {
|
|
|