NetBSD/games/sail
mrg f8570f8a97 fix simple mis-matched function prototype and definitions.
most of these are like, eg

   void foo(int[2]);

with either of these

   void foo(int*) { ... }
   void foo(int[]) { ... }

in some cases (such as stat or utimes* calls found in our header files),
we now match standard definition from opengroup.

found by GCC 12.
2023-08-01 07:04:14 +00:00
..
Makefile
array.c sail(6): convert realloc(x * y) to reallocarr 2021-10-29 11:42:34 +00:00
array.h games: remove trailing whitespace in *.c and *.h 2021-05-02 12:50:43 +00:00
assorted.c
display.h
dr_1.c
dr_2.c
dr_3.c
dr_4.c
dr_5.c fix simple mis-matched function prototype and definitions. 2023-08-01 07:04:14 +00:00
dr_main.c
driver.h
extern.h
game.c
globals.c
lo_main.c
machdep.h
main.c
misc.c
parties.c
pathnames.h
pl_1.c
pl_2.c
pl_3.c
pl_4.c
pl_5.c
pl_6.c
pl_7.c
pl_main.c
player.h
restart.h
sail.6
sync.c
version.c