timed: slave is an infinite loop, mark it as such
This commit is contained in:
parent
86446f5610
commit
c0848584c3
@ -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 *);
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user