svn commit: r333482 - head/usr.bin/expand

Eitan Adler eadler at FreeBSD.org
Fri May 11 06:55:04 UTC 2018


Author: eadler
Date: Fri May 11 06:55:02 2018
New Revision: 333482
URL: https://svnweb.freebsd.org/changeset/base/333482

Log:
  [expand] add __dead2 annotation to usage

Modified:
  head/usr.bin/expand/expand.c

Modified: head/usr.bin/expand/expand.c
==============================================================================
--- head/usr.bin/expand/expand.c	Fri May 11 05:00:40 2018	(r333481)
+++ head/usr.bin/expand/expand.c	Fri May 11 06:55:02 2018	(r333482)
@@ -59,7 +59,7 @@ static int	nstops;
 static int	tabstops[100];
 
 static void getstops(char *);
-static void usage(void);
+static void usage(void) __dead2; 
 
 int
 main(int argc, char *argv[])


More information about the svn-src-head mailing list