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:
David E. O'Brien 2000-10-27 05:51:59 +00:00
parent 7c0833500d
commit a918f16a94
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67682

View File

@ -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[];