NetBSD/sys/external/isc/atheros_hal
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
..
conf adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH} 2023-06-03 21:30:20 +00:00
dist fix simple mis-matched function prototype and definitions. 2023-08-01 07:04:14 +00:00
ic don't opencode kauth_cred_get() 2021-09-21 14:49:01 +00:00