mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 23:37:10 +08:00
Update to FreeBSD head 2016-12-10
Git mirror commit 80c55f08a05ab3b26a73b226ccb56adc3122a55c.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
* documentation and/or other materials provided with the distribution.
|
||||
* 4. Neither the name of the University nor the names of its contributors
|
||||
* 3. Neither the name of the University nor the names of its contributors
|
||||
* may be used to endorse or promote products derived from this software
|
||||
* without specific prior written permission.
|
||||
*
|
||||
@@ -556,7 +556,7 @@ fueword32(volatile const void *base, int32_t *val)
|
||||
int
|
||||
fueword64(volatile const void *base, int64_t *val)
|
||||
{
|
||||
int32_t res;
|
||||
int64_t res;
|
||||
|
||||
res = fuword64(base);
|
||||
if (res == -1)
|
||||
|
Reference in New Issue
Block a user