summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/dev
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2010-12-04 11:23:44 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2010-12-04 11:23:44 +0000
commit6f55cc74313dde69547b7081f01e2bfe883ac520 (patch)
treede7c740ef5844f2d94e680a7e1347ea67ea16090 /sys/arch/sgi/dev
parent32b2572a9ea809b4e72f64fd5b0b0b5578d36425 (diff)
Make sgi port compile again.
Diffstat (limited to 'sys/arch/sgi/dev')
-rw-r--r--sys/arch/sgi/dev/iockbcvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/dev/iockbcvar.h b/sys/arch/sgi/dev/iockbcvar.h
index 44e6b755c3a..5c58581eaed 100644
--- a/sys/arch/sgi/dev/iockbcvar.h
+++ b/sys/arch/sgi/dev/iockbcvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: iockbcvar.h,v 1.3 2010/12/03 18:29:56 shadchin Exp $ */
+/* $OpenBSD: iockbcvar.h,v 1.4 2010/12/04 11:23:43 jsing Exp $ */
/*
* Copyright (c) 2010 Miodrag Vallat.
@@ -16,4 +16,4 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-int iockbc_cnattach();
+int iockbc_cnattach(void);