NetBSD/sys/stand
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
..
efiboot fix simple mis-matched function prototype and definitions. 2023-08-01 07:04:14 +00:00
cat.c
copy.c
ls.c