timed: slave is an infinite loop, mark it as such

This commit is contained in:
Eitan Adler 2018-01-13 20:35:32 +00:00
parent 86446f5610
commit c0848584c3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327941
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ void print(struct tsp *, struct sockaddr_in *);
void prthp(clock_t);
void rmnetmachs(struct netinfo *);
void setstatus(void);
int slave(void);
void slave(void) __dead2;
void slaveack(void);
void spreadtime(void);
void suppress(struct sockaddr_in *, char *, struct netinfo *);

View file

@ -56,7 +56,7 @@ static void schgdate(struct tsp *, char *);
static void setmaster(struct tsp *);
static void answerdelay(void);
int
void
slave(void)
{
int tries;