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 use autogenerated prototype



details:   https://anonhg.NetBSD.org/src/rev/b6f9948ff6d7
branches:  trunk
changeset: 748334:b6f9948ff6d7
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Oct 20 23:29:57 2009 +0000

description:
use autogenerated prototype

diffstat:

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

diffs (35 lines):

diff -r c73500d9c914 -r b6f9948ff6d7 sys/rump/net/lib/libshmif/if_shmem.c
--- a/sys/rump/net/lib/libshmif/if_shmem.c      Tue Oct 20 23:29:39 2009 +0000
+++ b/sys/rump/net/lib/libshmif/if_shmem.c      Tue Oct 20 23:29:57 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_shmem.c,v 1.8 2009/10/20 23:21:53 pooka Exp $       */
+/*     $NetBSD: if_shmem.c,v 1.9 2009/10/20 23:29:57 pooka Exp $       */
 
 /*
  * Copyright (c) 2009 Antti Kantee.  All Rights Reserved.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.8 2009/10/20 23:21:53 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.9 2009/10/20 23:29:57 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/fcntl.h>
@@ -47,6 +47,7 @@
 #include <rump/rumpuser.h>
 
 #include "rump_private.h"
+#include "rump_net_private.h"
 
 #if 0
 #define DPRINTF(x) rumpuser_dprintf x
@@ -179,8 +180,6 @@
        return advance(oldoff, 4 + oldlen);
 }
 
-int rump_shmif_create(const char *, int *); /* XXX */
-
 int
 rump_shmif_create(const char *path, int *ifnum)
 {



Home | Main Index | Thread Index | Old Index