From 0888c07c83975a2dc16a85a07d877c1287eac943 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Wed, 8 Oct 2003 19:10:06 +0000 Subject: delay() is actually a void function. --- sys/arch/mvme88k/include/param.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/mvme88k/include') diff --git a/sys/arch/mvme88k/include/param.h b/sys/arch/mvme88k/include/param.h index 4b746b694c8..eb20fa85891 100644 --- a/sys/arch/mvme88k/include/param.h +++ b/sys/arch/mvme88k/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.30 2003/08/10 07:26:33 miod Exp $ */ +/* $OpenBSD: param.h,v 1.31 2003/10/08 19:10:05 miod Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * Copyright (c) 1988 University of Utah. @@ -160,7 +160,7 @@ #include #ifdef _KERNEL -extern int delay(int); +extern void delay(int); #define DELAY(x) delay(x) extern int cputyp; -- cgit v1.2.3