--- src/sys/sys/systm.h 2006/12/26 11:01:07 1.54 +++ src/sys/sys/systm.h 2006/12/26 20:43:53 1.55 @@ -189,7 +189,6 @@ int copyout (const void *kaddr, void *ud int fubyte (const void *base); int subyte (void *base, int byte); -int suibyte (void *base, int byte); long fuword (const void *base); int suword (void *base, long word); int fusword (void *base);