From 868e8536ec453d7fb0552fa9eee9d7acfa42314a Mon Sep 17 00:00:00 2001 From: pooka Date: Mon, 19 Jul 2010 15:38:03 +0000 Subject: [PATCH] Add some forward declarations used by the interfaces. --- sys/rump/include/rump/rump_syscalls_compat.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/rump/include/rump/rump_syscalls_compat.h b/sys/rump/include/rump/rump_syscalls_compat.h index 792a877f60db..226f962c9a85 100644 --- a/sys/rump/include/rump/rump_syscalls_compat.h +++ b/sys/rump/include/rump/rump_syscalls_compat.h @@ -1,4 +1,4 @@ -/* $NetBSD: rump_syscalls_compat.h,v 1.1 2010/07/19 15:28:20 pooka Exp $ */ +/* $NetBSD: rump_syscalls_compat.h,v 1.2 2010/07/19 15:38:03 pooka Exp $ */ /*- * Copyright (c) 2010 Antti Kantee. All Rights Reserved. @@ -51,6 +51,9 @@ _BEGIN_DECLS #endif +struct stat; +struct pollfd; +struct timespec; int rump_sys_nb5_stat(const char *, struct stat *); int rump_sys_nb5_lstat(const char *, struct stat *); int rump_sys_nb5_pollts(struct pollfd *, size_t,