CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/17 00:33:30
Modified files:
usr.bin/kdump : kdump.c
Log message:
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.
