mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
a6d16c4971
- gets() -> fgets() PR: 24821 Submitted by: Ports Fury
13 lines
255 B
Plaintext
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() {
|
|
|