mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +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
|
static int
|
||||||
watchdog_onoff(int onoff)
|
watchdog_onoff(int onoff)
|
||||||
{
|
{
|
||||||
int mib[3]
|
int mib[3];
|
||||||
int error
|
int error;
|
||||||
int len;
|
int len;
|
||||||
|
|
||||||
len = 3;
|
len = 3;
|
||||||
|
Loading…
Reference in New Issue
Block a user