Source-Changes-HG archive

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

[src/trunk]: src/lib/librumpclient and for my next trick, i'm going to spell ...



details:   https://anonhg.NetBSD.org/src/rev/12385646d26a
branches:  trunk
changeset: 763027:12385646d26a
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Mar 08 18:28:01 2011 +0000

description:
and for my next trick, i'm going to spell ARGSUSED correctly

diffstat:

 lib/librumpclient/rumpclient.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7d57651c9df2 -r 12385646d26a lib/librumpclient/rumpclient.c
--- a/lib/librumpclient/rumpclient.c    Tue Mar 08 18:25:16 2011 +0000
+++ b/lib/librumpclient/rumpclient.c    Tue Mar 08 18:28:01 2011 +0000
@@ -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)
 {



Home | Main Index | Thread Index | Old Index