oops, started expecting sockoptlevelname() to handle two arguments
authorguenther <guenther@openbsd.org>
Fri, 17 Apr 2015 06:33:30 +0000 (06:33 +0000)
committerguenther <guenther@openbsd.org>
Fri, 17 Apr 2015 06:33:30 +0000 (06:33 +0000)
commitdceb0fda27bd836a3de73157e4b7fcdf08dd6878
tree0f120e401645479d34c401a2b8d1a0ed6f52bcf1
parent6bbfbb88d7bf4bf52c2f9098828dba9bbb29b259
oops, started expecting sockoptlevelname() to handle two arguments
but never actually did so.  Fix that so that we stop losing the
second argument to {get,set}sockopt().  Handling of levels other than
SOL_SOCKET could be improved.
usr.bin/kdump/kdump.c