Author: charnier
Date: Mon Dec 20 08:44:08 2010
New Revision: 216584
URL: http://svn.freebsd.org/changeset/base/216584

Log:
  Add __unused

Modified:
  head/libexec/rlogind/rlogind.c

Modified: head/libexec/rlogind/rlogind.c
==============================================================================
--- head/libexec/rlogind/rlogind.c      Mon Dec 20 08:37:26 2010        
(r216583)
+++ head/libexec/rlogind/rlogind.c      Mon Dec 20 08:44:08 2010        
(r216584)
@@ -477,7 +477,7 @@ protocol(int f, int p)
 }
 
 void
-cleanup(int signo)
+cleanup(int signo __unused)
 {
 
        shutdown(netf, SHUT_RDWR);
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to