diff options
author | 2016-02-09 01:29:12 +0000 | |
---|---|---|
committer | 2016-02-09 01:29:12 +0000 | |
commit | deb8a9e6018243092bfa90c5e71350a33d6270e8 (patch) | |
tree | 23034c08d3fefc1fb86b4b7e6a5da999978007d2 /sys/dev/usb/uts.c | |
parent | sync a function's comment with its signature (diff) | |
download | wireguard-openbsd-deb8a9e6018243092bfa90c5e71350a33d6270e8.tar.xz wireguard-openbsd-deb8a9e6018243092bfa90c5e71350a33d6270e8.zip |
For a long time, nomem() has been a wrapper for err(1, NULL) and
meanwhile emalloc() has turned into calloc() by doing malloc + memset.
Delete them and Use the libc functions directly instead. I've been
running with this diff for ages and was reminded of it by a similar
suggestion from mmcc@ and by recent diffs from Michal Mazurek.
ok mmcc@
Diffstat (limited to 'sys/dev/usb/uts.c')
0 files changed, 0 insertions, 0 deletions