Index: head/sys/sys/aio.h =================================================================== --- head/sys/sys/aio.h +++ head/sys/sys/aio.h @@ -252,7 +252,7 @@ */ int aio_mlock(struct aiocb *); -#ifdef __BSD_VISIBLE +#if __BSD_VISIBLE ssize_t aio_waitcomplete(struct aiocb **, struct timespec *); #endif Index: head/sys/sys/shm.h =================================================================== --- head/sys/sys/shm.h +++ head/sys/sys/shm.h @@ -159,7 +159,7 @@ #endif __BEGIN_DECLS -#ifdef __BSD_VISIBLE +#if __BSD_VISIBLE int shmsys(int, ...); #endif void *shmat(int, const void *, int);