Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/net/lib/libshmif fix non-NetBSD implementation



details:   https://anonhg.NetBSD.org/src/rev/714ce5ab571d
branches:  trunk
changeset: 786500:714ce5ab571d
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Apr 30 00:33:16 2013 +0000

description:
fix non-NetBSD implementation

diffstat:

 sys/rump/net/lib/libshmif/rumpcomp_user.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0e8a8dd8a9f4 -r 714ce5ab571d sys/rump/net/lib/libshmif/rumpcomp_user.c
--- a/sys/rump/net/lib/libshmif/rumpcomp_user.c Tue Apr 30 00:31:56 2013 +0000
+++ b/sys/rump/net/lib/libshmif/rumpcomp_user.c Tue Apr 30 00:33:16 2013 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: rumpcomp_user.c,v 1.8 2013/04/30 00:03:54 pooka Exp $ */
+/*      $NetBSD: rumpcomp_user.c,v 1.9 2013/04/30 00:33:16 pooka Exp $ */
 
 /*-
  * Copyright (c) 2009, 2010 Antti Kantee.  All Rights Reserved.
@@ -167,7 +167,7 @@
 
 /* a polling default implementation */
 int
-rumpcomp_shmif_watchsetup(int inotify, int fd)
+rumpcomp_shmif_watchsetup(int *nono, int fd)
 {
        static int warned = 0;
 



Home | Main Index | Thread Index | Old Index