Module Name: src
Committed By: christos
Date: Sat Oct 30 20:12:32 UTC 2010
Modified Files:
src/share/misc: style
Log Message:
make usage dead.
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/share/misc/style
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/misc/style
diff -u src/share/misc/style:1.46 src/share/misc/style:1.47
--- src/share/misc/style:1.46 Fri Apr 23 20:54:07 2010
+++ src/share/misc/style Sat Oct 30 16:12:32 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: style,v 1.46 2010/04/24 00:54:07 christos Exp $ */
+/* $NetBSD: style,v 1.47 2010/10/30 20:12:32 christos Exp $ */
/*
* The revision control tag appears first, with a blank line after it.
@@ -30,7 +30,7 @@
#include <sys/cdefs.h>
__COPYRIGHT("@(#) Copyright (c) 2008\
The NetBSD Foundation, inc. All rights reserved.");
-__RCSID("$NetBSD: style,v 1.46 2010/04/24 00:54:07 christos Exp $");
+__RCSID("$NetBSD: style,v 1.47 2010/10/30 20:12:32 christos Exp $");
/*
* VERY important single-line comments look like this.
@@ -121,7 +121,7 @@
static char *function(int, int, float, int);
static int dirinfo(const char *, struct stat *, struct dirent *,
struct statfs *, int *, char **[]);
-static void usage(void);
+static void usage(void) __dead; /* declare functions that don't return dead */
int main(int, char *[]);
/*