Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark internal symbols as hidden. This removes symbols from the ABI, | 2013-11-17 | 1 | -1/+3 | |
| | | | | | | | albeit ones no one should be using, so major bump the shlib. ok kettenis@ ports testing by landry@ | ||||
* | Prep for hidden visibility: move the vnode/file related function | 2013-11-16 | 1 | -0/+45 | |
declarations, including _kvm_getftype(), into a new header, kvm_file.h, so that we don't have to pull <sys/vnode.h> into all the .c files. No more extern function declaration in .c files. ok millert@ |