summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/include/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mips64/include/param.h')
-rw-r--r--sys/arch/mips64/include/param.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mips64/include/param.h b/sys/arch/mips64/include/param.h
index d4be80923e1..7b3ca59fae1 100644
--- a/sys/arch/mips64/include/param.h
+++ b/sys/arch/mips64/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.5 2004/09/17 18:31:51 miod Exp $ */
+/* $OpenBSD: param.h,v 1.6 2005/01/31 21:35:49 grange Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -153,8 +153,8 @@
#ifndef _LOCORE
#define DELAY(n) delay(n)
-void delay __P((int));
-void nanodelay __P((int));
+void delay(int);
+void nanodelay(int);
#endif
#else /* !_KERNEL */