Oops, typo in previous patch ( : instead of ; )

This commit is contained in:
paul 1999-08-03 14:52:39 +00:00
parent 6547682b04
commit 02c1395708
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
char sys_rcsid[] = "$Id: sys-linux.c,v 1.20 1999/08/03 14:17:34 paul Exp $";
char sys_rcsid[] = "$Id: sys-linux.c,v 1.21 1999/08/03 14:52:39 paul Exp $";
#define _LINUX_STRING_H_
@ -656,7 +656,7 @@ int sifaddr (int unit, int our_adr, int his_adr, int net_mask)
severity = LOG_NOTICE;
}
else {
severity = LOG_ERR:
severity = LOG_ERR;
}
syslog (severity, "ioctl(SIOCADDRT) device route (%s/%s/%08x): %m",
rt.rt_dev,
@ -912,7 +912,7 @@ int sifdefaultroute (int unit, int gateway)
severity = LOG_NOTICE;
}
else {
severity = LOG_ERR:
severity = LOG_ERR;
}
syslog (severity, "default route ioctl(SIOCADDRT): %m");
if (severity == LOG_ERR)