die() would never return, mark it as so.
MFC after: 2 weeks
This commit is contained in:
parent
7525abf811
commit
e54569ecca
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user