use relative pathname to driver-private file (instead of absolute)
This commit is contained in:
parent
e1a878e4c9
commit
b2ca1e3f54
@ -27,7 +27,7 @@
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include "/sys/dev/ubsec/ubsecvar.h"
|
||||
#include "../../../sys/dev/ubsec/ubsecvar.h"
|
||||
|
||||
/*
|
||||
* Little program to dump the statistics block for the ubsec driver.
|
||||
|
Loading…
Reference in New Issue
Block a user