The delay functions takes unsigned arguments.
authorniklas <niklas@openbsd.org>
Sun, 24 Mar 1996 17:31:36 +0000 (17:31 +0000)
committerniklas <niklas@openbsd.org>
Sun, 24 Mar 1996 17:31:36 +0000 (17:31 +0000)
sys/arch/amiga/include/param.h

index ca3df45..8544115 100644 (file)
@@ -244,8 +244,8 @@ splx(npsl)
 #endif
 #define spl0() splx(PSL_S|PSL_IPL0)
 
-void delay __P((int));
-void DELAY __P((int));
+void delay __P((unsigned));
+void DELAY __P((unsigned));
 #endif
 
 #endif /* !_MACHINE_PARAM_H_ */