mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 13:13:02 +08:00
Update to FreeBSD head 2019-09-24
Git mirror commit 6b0307a0a5184339393f555d5d424190d8a8277a.
This commit is contained in:
@@ -284,7 +284,7 @@ inet6_rth_space(int type, int segments)
|
||||
return (((segments * 2) + 1) << 3);
|
||||
/* FALLTHROUGH */
|
||||
default:
|
||||
return (0); /* type not suppported */
|
||||
return (0); /* type not supported */
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user