Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/quotarestore Mark usage as __dead.
details: https://anonhg.NetBSD.org/src/rev/c1f5e0952f6c
branches: trunk
changeset: 773732:c1f5e0952f6c
user: joerg <joerg%NetBSD.org@localhost>
date: Tue Feb 14 17:33:38 2012 +0000
description:
Mark usage as __dead.
diffstat:
usr.sbin/quotarestore/quotarestore.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 475e5d04ce94 -r c1f5e0952f6c usr.sbin/quotarestore/quotarestore.c
--- a/usr.sbin/quotarestore/quotarestore.c Tue Feb 14 17:32:43 2012 +0000
+++ b/usr.sbin/quotarestore/quotarestore.c Tue Feb 14 17:33:38 2012 +0000
@@ -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 @@
////////////////////////////////////////////////////////////
// top level control logic
-static void
+__dead static void
usage(void)
{
fprintf(stderr, "usage: %s [-d] volume [dump-file]\n",
Home |
Main Index |
Thread Index |
Old Index