--- src/lib/libc/gen/shmat.c 2005/11/13 00:07:42 1.3 +++ src/lib/libc/gen/shmat.c 2005/11/19 22:32:53 1.4 @@ -7,7 +7,8 @@ #include #include -void *shmat(int shmid, void *shmaddr, int shmflg) +void * +shmat(int shmid, void *shmaddr, int shmflg) { return ((void *)shmsys(0, shmid, shmaddr, shmflg)); }