artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42e281a
)
The delay functions takes unsigned arguments.
author
niklas
<niklas@openbsd.org>
Sun, 24 Mar 1996 17:31:36 +0000
(17:31 +0000)
committer
niklas
<niklas@openbsd.org>
Sun, 24 Mar 1996 17:31:36 +0000
(17:31 +0000)
sys/arch/amiga/include/param.h
patch
|
blob
|
history
diff --git
a/sys/arch/amiga/include/param.h
b/sys/arch/amiga/include/param.h
index
ca3df45
..
8544115
100644
(file)
--- a/
sys/arch/amiga/include/param.h
+++ b/
sys/arch/amiga/include/param.h
@@
-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_ */