mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 15:32:45 +00:00
o Fix typo.
Submitted by: smkelly
This commit is contained in:
parent
01b198099c
commit
e931de40e8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116880
@ -178,8 +178,8 @@ watchdog_tickle(void)
|
||||
static int
|
||||
watchdog_onoff(int onoff)
|
||||
{
|
||||
int mib[3]
|
||||
int error
|
||||
int mib[3];
|
||||
int error;
|
||||
int len;
|
||||
|
||||
len = 3;
|
||||
|
Loading…
Reference in New Issue
Block a user