Module Name: src
Committed By: dholland
Date: Sun Jul 10 07:19:24 UTC 2011
Modified Files:
src/usr.sbin/edquota: edquota.c
Log Message:
use __dead
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/usr.sbin/edquota/edquota.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/edquota/edquota.c
diff -u src/usr.sbin/edquota/edquota.c:1.32 src/usr.sbin/edquota/edquota.c:1.33
--- src/usr.sbin/edquota/edquota.c:1.32 Thu Mar 24 17:05:47 2011
+++ src/usr.sbin/edquota/edquota.c Sun Jul 10 07:19:24 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: edquota.c,v 1.32 2011/03/24 17:05:47 bouyer Exp $ */
+/* $NetBSD: edquota.c,v 1.33 2011/07/10 07:19:24 dholland Exp $ */
/*
* Copyright (c) 1980, 1990, 1993
* The Regents of the University of California. All rights reserved.
@@ -41,7 +41,7 @@
#if 0
static char sccsid[] = "from: @(#)edquota.c 8.3 (Berkeley) 4/27/95";
#else
-__RCSID("$NetBSD: edquota.c,v 1.32 2011/03/24 17:05:47 bouyer Exp $");
+__RCSID("$NetBSD: edquota.c,v 1.33 2011/07/10 07:19:24 dholland Exp $");
#endif
#endif /* not lint */
@@ -96,7 +96,7 @@
#define MAX_TMPSTR (100+MAXPATHLEN)
-static void usage(void) __attribute__((__noreturn__));
+static void usage(void) __dead;
static int getentry(const char *, int);
static struct quotause * getprivs(long, int, const char *, int);
static struct quotause * getprivs2(long, int, const char *, int);