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
e0b21f67bf
commit
d5891b5ed0
@ -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…
x
Reference in New Issue
Block a user