Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/include/rump Add some forward declarations used by ...



details:   https://anonhg.NetBSD.org/src/rev/3bc4c9e8a095
branches:  trunk
changeset: 756485:3bc4c9e8a095
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Jul 19 15:38:03 2010 +0000

description:
Add some forward declarations used by the interfaces.

diffstat:

 sys/rump/include/rump/rump_syscalls_compat.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r bbef7177e612 -r 3bc4c9e8a095 sys/rump/include/rump/rump_syscalls_compat.h
--- a/sys/rump/include/rump/rump_syscalls_compat.h      Mon Jul 19 15:35:38 2010 +0000
+++ b/sys/rump/include/rump/rump_syscalls_compat.h      Mon Jul 19 15:38:03 2010 +0000
@@ -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,



Home | Main Index | Thread Index | Old Index