Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/quotaon attribute noreturn -> __dead



details:   https://anonhg.NetBSD.org/src/rev/a182459cd23a
branches:  trunk
changeset: 773016:a182459cd23a
user:      dholland <dholland%NetBSD.org@localhost>
date:      Wed Jan 25 01:28:40 2012 +0000

description:
attribute noreturn -> __dead

diffstat:

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

diffs (27 lines):

diff -r 940768054e87 -r a182459cd23a usr.sbin/quotaon/quotaon.c
--- a/usr.sbin/quotaon/quotaon.c        Wed Jan 25 01:24:53 2012 +0000
+++ b/usr.sbin/quotaon/quotaon.c        Wed Jan 25 01:28:40 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: quotaon.c,v 1.27 2011/09/30 22:08:20 jym Exp $ */
+/*     $NetBSD: quotaon.c,v 1.28 2012/01/25 01:28:40 dholland Exp $    */
 
 /*
  * Copyright (c) 1980, 1990, 1993
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)quotaon.c  8.1 (Berkeley) 6/6/93";
 #else
-__RCSID("$NetBSD: quotaon.c,v 1.27 2011/09/30 22:08:20 jym Exp $");
+__RCSID("$NetBSD: quotaon.c,v 1.28 2012/01/25 01:28:40 dholland Exp $");
 #endif
 #endif /* not lint */
 
@@ -73,7 +73,7 @@
 static int     uflag;          /* operate on user quotas */
 static int     vflag;          /* verbose */
 
-static void usage(void) __attribute__((__noreturn__));
+static void usage(void) __dead;
 static int quotaonoff(struct fstab *, int, int, const char *);
 static int readonly(struct fstab *);
 



Home | Main Index | Thread Index | Old Index