diff options
author | robert <robert@FreeBSD.org> | 2003-03-13 23:34:18 +0000 |
---|---|---|
committer | robert <robert@FreeBSD.org> | 2003-03-13 23:34:18 +0000 |
commit | 3b6f2203556af7e12bea67a10cce877a7a6ccb5d (patch) | |
tree | 098dc2270ec31edbef1fe78e85e7ffa7e4e09b27 /lib/libpthread/thread/thr_setschedparam.c | |
parent | 0ddc4b17e7abc81a103d45cac7cff2cf55b25d66 (diff) | |
download | FreeBSD-src-3b6f2203556af7e12bea67a10cce877a7a6ccb5d.zip FreeBSD-src-3b6f2203556af7e12bea67a10cce877a7a6ccb5d.tar.gz |
- Align the function prototype of the external `crc' function with
how `crc' is actually defined.
Data type corrections:
- Define variables which contain file byte offset values as type
off_t as required by the `crc' function.
- Change the type of a variable carrying a CRC checksum from `u_long'
to `uint32_t'.
- Parse the length of a file with sscanf as `intmax_t'
(as there is no conversion specifier for `off_t').
Style(9):
- Put an empty line between #include directives for system and user
header files.
Diffstat (limited to 'lib/libpthread/thread/thr_setschedparam.c')
0 files changed, 0 insertions, 0 deletions