die() would never return, mark it as so.

MFC after:	2 weeks
This commit is contained in:
Xin LI 2015-08-27 18:11:00 +00:00
parent 7525abf811
commit e54569ecca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287217

View File

@ -324,7 +324,7 @@ static const char *cvthname(struct sockaddr *);
static void deadq_enter(pid_t, const char *);
static int deadq_remove(pid_t);
static int decode(const char *, const CODE *);
static void die(int);
static void die(int) __dead2;
static void dodie(int);
static void dofsync(void);
static void domark(int);