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 Remove busversion.



details:   https://anonhg.NetBSD.org/src/rev/f558acdeaa39
branches:  trunk
changeset: 789932:f558acdeaa39
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Sep 13 20:38:04 2013 +0000

description:
Remove busversion.

diffstat:

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

diffs (27 lines):

diff -r 43ee91b6f8c2 -r f558acdeaa39 sys/rump/net/lib/libshmif/if_shmem.c
--- a/sys/rump/net/lib/libshmif/if_shmem.c      Fri Sep 13 20:19:53 2013 +0000
+++ b/sys/rump/net/lib/libshmif/if_shmem.c      Fri Sep 13 20:38:04 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_shmem.c,v 1.57 2013/07/22 21:12:03 pooka Exp $      */
+/*     $NetBSD: if_shmem.c,v 1.58 2013/09/13 20:38:04 joerg Exp $      */
 
 /*
  * Copyright (c) 2009, 2010 Antti Kantee.  All Rights Reserved.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.57 2013/07/22 21:12:03 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.58 2013/09/13 20:38:04 joerg Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -99,8 +99,6 @@
        bool sc_dying;
 };
 
-static const uint32_t busversion = SHMIF_VERSION;
-
 static void shmif_rcv(void *);
 
 #define LOCK_UNLOCKED  0



Home | Main Index | Thread Index | Old Index