mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 11:50:47 -05:00
Update check.sh script to take V=1 env var so you can run it verbosely as follows if your chasing something: sudo make check V=1 Add new kobj api and needed regression tests to allow reading of files from within the kernel. Normally thats not something I support but the spa layer needs the support for its config file. Add some more missing stub headers git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@38 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
4 lines
71 B
C
4 lines
71 B
C
#ifndef _SPL_KIDMAP_H
|
|
#define _SPL_KIDMAP_H
|
|
|
|
#endif /* SPL_KIDMAP_H */
|