diff options
| author | leo <leo@NetBSD.org> | 1996-02-22 10:10:44 +0000 |
|---|---|---|
| committer | leo <leo@NetBSD.org> | 1996-02-22 10:10:44 +0000 |
| commit | c9dfd5cb44e0e2730a3cff5fcb89ad1928856d2d (patch) | |
| tree | e4c1e4810cb1a3bbb93edecb0c9f41a8924a6c84 /sys/arch/atari/include/param.h | |
| parent | c86505a6a5873985ccbd9bd77760c2e0cb1e2ac8 (diff) | |
First bunch of changes due to stricter prototype checking.
Diffstat (limited to 'sys/arch/atari/include/param.h')
| -rw-r--r-- | sys/arch/atari/include/param.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/atari/include/param.h b/sys/arch/atari/include/param.h index ca836dd5902..128e255acf7 100644 --- a/sys/arch/atari/include/param.h +++ b/sys/arch/atari/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.10 1996/01/07 22:30:41 leo Exp $ */ +/* $NetBSD: param.h,v 1.11 1996/02/22 10:11:43 leo Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -205,6 +205,7 @@ #define splx(s) (s & PSL_IPL ? _spl_no_check(s) : spl0()) #ifdef _KERNEL +int spl0 __P((void)); void delay __P((int)); #define DELAY(n) delay(n) |
