Module Name:    src
Committed By:   joerg
Date:           Tue Feb 14 17:33:38 UTC 2012

Modified Files:
        src/usr.sbin/quotarestore: quotarestore.c

Log Message:
Mark usage as __dead.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/quotarestore/quotarestore.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/quotarestore/quotarestore.c
diff -u src/usr.sbin/quotarestore/quotarestore.c:1.1 src/usr.sbin/quotarestore/quotarestore.c:1.2
--- src/usr.sbin/quotarestore/quotarestore.c:1.1	Mon Feb 13 01:35:09 2012
+++ src/usr.sbin/quotarestore/quotarestore.c	Tue Feb 14 17:33:38 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: quotarestore.c,v 1.1 2012/02/13 01:35:09 dholland Exp $	*/
+/*	$NetBSD: quotarestore.c,v 1.2 2012/02/14 17:33:38 joerg Exp $	*/
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: quotarestore.c,v 1.1 2012/02/13 01:35:09 dholland Exp $");
+__RCSID("$NetBSD: quotarestore.c,v 1.2 2012/02/14 17:33:38 joerg Exp $");
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -499,7 +499,7 @@ readdumpfile(struct quotahandle *qh, FIL
 ////////////////////////////////////////////////////////////
 // top level control logic
 
-static void
+__dead static void
 usage(void)
 {
 	fprintf(stderr, "usage: %s [-d] volume [dump-file]\n",

Reply via email to