Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librumpclient types.h for time_t
details: https://anonhg.NetBSD.org/src/rev/1ed08a7c7a5d
branches: trunk
changeset: 761780:1ed08a7c7a5d
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Feb 07 14:49:32 2011 +0000
description:
types.h for time_t
diffstat:
lib/librumpclient/rumpclient.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 5c2e668a0030 -r 1ed08a7c7a5d lib/librumpclient/rumpclient.h
--- a/lib/librumpclient/rumpclient.h Mon Feb 07 13:35:21 2011 +0000
+++ b/lib/librumpclient/rumpclient.h Mon Feb 07 14:49:32 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpclient.h,v 1.4 2011/02/06 15:43:20 pooka Exp $ */
+/* $NetBSD: rumpclient.h,v 1.5 2011/02/07 14:49:32 pooka Exp $ */
/*-
* Copyright (c) 2010 Antti Kantee. All Rights Reserved.
@@ -28,6 +28,8 @@
#ifndef _RUMP_RUMPCLIENT_H_
#define _RUMP_RUMPCLIENT_H_
+#include <sys/types.h>
+
__BEGIN_DECLS
int rumpclient_syscall(int, const void *, size_t, register_t *);
Home |
Main Index |
Thread Index |
Old Index