Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/edquota use __dead



details:   https://anonhg.NetBSD.org/src/rev/57a070539c8f
branches:  trunk
changeset: 767169:57a070539c8f
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Jul 10 07:19:24 2011 +0000

description:
use __dead

diffstat:

 usr.sbin/edquota/edquota.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2f4930c8431c -r 57a070539c8f usr.sbin/edquota/edquota.c
--- a/usr.sbin/edquota/edquota.c        Sun Jul 10 06:26:02 2011 +0000
+++ b/usr.sbin/edquota/edquota.c        Sun Jul 10 07:19:24 2011 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index