Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/usermode/include Adjust prototypes.
details: https://anonhg.NetBSD.org/src/rev/d1cef1fbd56a
branches: trunk
changeset: 772375:d1cef1fbd56a
user: christos <christos%NetBSD.org@localhost>
date: Sat Dec 31 21:31:15 2011 +0000
description:
Adjust prototypes.
diffstat:
sys/arch/usermode/include/thunk.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 778dba2b270f -r d1cef1fbd56a sys/arch/usermode/include/thunk.h
--- a/sys/arch/usermode/include/thunk.h Sat Dec 31 21:29:12 2011 +0000
+++ b/sys/arch/usermode/include/thunk.h Sat Dec 31 21:31:15 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: thunk.h,v 1.53 2011/12/30 20:08:00 jmcneill Exp $ */
+/* $NetBSD: thunk.h,v 1.54 2011/12/31 21:31:15 christos Exp $ */
/*-
* Copyright (c) 2011 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -167,8 +167,8 @@
const thunk_audio_config_t *);
int thunk_audio_pollout(int);
int thunk_audio_pollin(int);
-int thunk_audio_write(int, const void *, size_t);
-int thunk_audio_read(int, void *, size_t);
+ssize_t thunk_audio_write(int, const void *, size_t);
+ssize_t thunk_audio_read(int, void *, size_t);
typedef enum {
/* client -> server */
Home |
Main Index |
Thread Index |
Old Index