Add a missing break. This bug was introduced in r228856.

This commit is contained in:
Kevin Lo 2012-02-10 06:30:52 +00:00
parent acf8ebb0e9
commit de02885a7b

View File

@ -1085,6 +1085,7 @@ sysclock_snap2bintime(struct sysclock_snap *cs, struct bintime *bt,
/* Boot time adjustment, for uptime/monotonic clocks. */
if (flags & FFCLOCK_UPTIME)
bintime_sub(bt, &ffclock_boottime);
break;
#endif
default:
return (EINVAL);