Module Name: src
Committed By: pooka
Date: Tue Mar 8 18:28:02 UTC 2011
Modified Files:
src/lib/librumpclient: rumpclient.c
Log Message:
and for my next trick, i'm going to spell ARGSUSED correctly
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/lib/librumpclient/rumpclient.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/librumpclient/rumpclient.c
diff -u src/lib/librumpclient/rumpclient.c:1.41 src/lib/librumpclient/rumpclient.c:1.42
--- src/lib/librumpclient/rumpclient.c:1.41 Tue Mar 8 18:25:16 2011
+++ src/lib/librumpclient/rumpclient.c Tue Mar 8 18:28:01 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpclient.c,v 1.41 2011/03/08 18:25:16 pooka Exp $ */
+/* $NetBSD: rumpclient.c,v 1.42 2011/03/08 18:28:01 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.41 2011/03/08 18:25:16 pooka Exp $");
+__RCSID("$NetBSD: rumpclient.c,v 1.42 2011/03/08 18:28:01 pooka Exp $");
#include <sys/param.h>
#include <sys/event.h>
@@ -920,7 +920,7 @@
return 0;
}
-/*ARGUSED*/
+/*ARGSUSED*/
void
rumpclient_fork_cancel(struct rumpclient_fork *rpf)
{