Module Name:    src
Committed By:   joerg
Date:           Thu Nov 17 16:21:08 UTC 2011

Modified Files:
        src/external/bsd/tre/dist/src: agrep.c

Log Message:
Use __dead


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/tre/dist/src/agrep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/tre/dist/src/agrep.c
diff -u src/external/bsd/tre/dist/src/agrep.c:1.1.1.1 src/external/bsd/tre/dist/src/agrep.c:1.2
--- src/external/bsd/tre/dist/src/agrep.c:1.1.1.1	Thu Feb 25 07:33:19 2010
+++ src/external/bsd/tre/dist/src/agrep.c	Thu Nov 17 16:21:08 2011
@@ -88,7 +88,7 @@ static struct option const long_options[
 };
 #endif /* HAVE_GETOPT_LONG */
 
-static void
+__dead static void
 tre_agrep_usage(int status)
 {
   if (status != 0)

Reply via email to