mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Defining usage() "__dead" is just ridiculous. It also won't compile with
a June 2000 GCC 2.96 snapshot. Reviewed by: bde
This commit is contained in:
parent
7c0833500d
commit
a918f16a94
1 changed files with 2 additions and 2 deletions
|
|
@ -336,7 +336,7 @@ int setpolicy __P((int so, char *policy));
|
|||
#endif
|
||||
void send_probe(int, int);
|
||||
void tvsub(struct timeval *, struct timeval *);
|
||||
__dead void usage(void);
|
||||
void usage(void);
|
||||
int wait_for_reply(int, struct sockaddr_in *, struct timeval *);
|
||||
|
||||
void udp_prep(struct outdata *);
|
||||
|
|
@ -1274,7 +1274,7 @@ savestr(register const char *str)
|
|||
return (cp);
|
||||
}
|
||||
|
||||
__dead void
|
||||
void
|
||||
usage(void)
|
||||
{
|
||||
extern char version[];
|
||||
|
|
|
|||
Loading…
Reference in a new issue