espie
|
c723e438d4
|
uint32_t is the integer type defined in stdint.h
u_int32_t is historical BSD stuff.
fix to match the manpage, namely #include <stdint.h> as a prerequisite.
okay millert@
|
12 years ago |
espie
|
f6c1fd6bee
|
use standard type uint32_t, instead of BSD-specific u_int32_t
tell user to get it through stdint.h (note old sys/types.h still works,
for now).
okay millert@, jmc@
|
19 years ago |
jaredy
|
97f9fddf57
|
zap unused ohash_lookup_string declaration; ok espie
|
19 years ago |
espie
|
1452d17230
|
Cosmetic clean-up.
Simpler licence, update copyright years, trim empty lines, ISO declarations.
okay miod@
|
20 years ago |
avsm
|
3f2bee58c7
|
add __bounded__ attributes for userland headers; enabled with -Wbounded
ok deraadt@
|
21 years ago |
avsm
|
b75b1238ee
|
backout the __bounded__ attributes for a while; requested by deraadt@
|
21 years ago |
avsm
|
3ab653a0d9
|
Mark various standard library functions with the __bounded__ attribute.
You must have an up-to-date gcc for this!
deraadt@ ok
|
21 years ago |
millert
|
959b08f109
|
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
|
23 years ago |
millert
|
b68c09e067
|
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
|
23 years ago |
espie
|
1361eb69ee
|
Add ohash_* functions to libc.
Ok'd deraadt@, millert@
|
24 years ago |