Module Name:    src
Committed By:   dholland
Date:           Wed Jan 25 01:28:41 UTC 2012

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

Log Message:
attribute noreturn -> __dead


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.sbin/quotaon/quotaon.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/quotaon/quotaon.c
diff -u src/usr.sbin/quotaon/quotaon.c:1.27 src/usr.sbin/quotaon/quotaon.c:1.28
--- src/usr.sbin/quotaon/quotaon.c:1.27	Fri Sep 30 22:08:20 2011
+++ src/usr.sbin/quotaon/quotaon.c	Wed Jan 25 01:28:40 2012
@@ -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 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 19
 #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	gflag;		/* operate on group q
 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 *);
 

Reply via email to