Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librumpclient lint love
details: https://anonhg.NetBSD.org/src/rev/7d57651c9df2
branches: trunk
changeset: 763026:7d57651c9df2
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Mar 08 18:25:16 2011 +0000
description:
lint love
diffstat:
lib/librumpclient/rumpclient.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 5f26f2190866 -r 7d57651c9df2 lib/librumpclient/rumpclient.c
--- a/lib/librumpclient/rumpclient.c Tue Mar 08 15:55:12 2011 +0000
+++ b/lib/librumpclient/rumpclient.c Tue Mar 08 18:25:16 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpclient.c,v 1.40 2011/03/08 15:55:12 pooka Exp $ */
+/* $NetBSD: rumpclient.c,v 1.41 2011/03/08 18:25:16 pooka Exp $ */
/*
* Copyright (c) 2010, 2011 Antti Kantee. All Rights Reserved.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: rumpclient.c,v 1.40 2011/03/08 15:55:12 pooka Exp $");
+__RCSID("$NetBSD: rumpclient.c,v 1.41 2011/03/08 18:25:16 pooka Exp $");
#include <sys/param.h>
#include <sys/event.h>
@@ -920,6 +920,7 @@
return 0;
}
+/*ARGUSED*/
void
rumpclient_fork_cancel(struct rumpclient_fork *rpf)
{
Home |
Main Index |
Thread Index |
Old Index