]> granicus.if.org Git - nethack/commitdiff
remnant FDECL
authornhmall <nhmall@nethack.org>
Sun, 31 Jan 2021 14:20:25 +0000 (09:20 -0500)
committernhmall <nhmall@nethack.org>
Sun, 31 Jan 2021 14:20:25 +0000 (09:20 -0500)
include/system.h

index 630078ecff50e2a56b6f652373ffff10a9499891..d03f8ac914936de303deae3f928528de55f7eb39 100644 (file)
@@ -235,7 +235,7 @@ E int chdir(const char *);
 E int chmod(const char *, int);
 E mode_t umask(int);
 #endif
-E int FDECL(read, (int, genericptr_t, unsigned));
+E int read(int, genericptr_t, unsigned);
 /* these aren't quite right, but this saves including lots of system files */
 E int stty(int, genericptr_t);
 E int gtty(int, genericptr_t);