diff options
author | 2014-11-16 17:39:09 +0000 | |
---|---|---|
committer | 2014-11-16 17:39:09 +0000 | |
commit | de2d0d0b4cbe6369522bc554bb84ec764c7eb996 (patch) | |
tree | eee3e841a43f373691b15803cf1e0d2c54184166 /gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build.pm | |
parent | convert to use sha512 for pf iss. ok deraadt dlg (diff) | |
download | wireguard-openbsd-de2d0d0b4cbe6369522bc554bb84ec764c7eb996.tar.xz wireguard-openbsd-de2d0d0b4cbe6369522bc554bb84ec764c7eb996.zip |
Defining the interface in terms of char * means most callers are
required to cast their pointers, which is ugly and possibly error
prone. accidentally casting an int to a pointer, for example, instead
of the address of the int. implicit void * casting is safer.
This updates the kernel hash interfaces to use void *. Similar changes
are possible for userland. I think it's safe, but there may be some
peculiar source compatbility issues there, so let's just do the kernel
first.
ok dlg millert
Diffstat (limited to 'gnu/usr.bin/perl/cpan/Module-Build/lib/Module/Build.pm')
0 files changed, 0 insertions, 0 deletions