From b2ca1e3f54fda40936e964ab2e24e5e5521509a3 Mon Sep 17 00:00:00 2001 From: sam Date: Tue, 11 Mar 2003 18:49:50 +0000 Subject: use relative pathname to driver-private file (instead of absolute) --- tools/tools/crypto/ubsecstats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/tools/crypto/ubsecstats.c b/tools/tools/crypto/ubsecstats.c index 449238b..762f687 100644 --- a/tools/tools/crypto/ubsecstats.c +++ b/tools/tools/crypto/ubsecstats.c @@ -27,7 +27,7 @@ */ #include #include -#include "/sys/dev/ubsec/ubsecvar.h" +#include "../../../sys/dev/ubsec/ubsecvar.h" /* * Little program to dump the statistics block for the ubsec driver. -- cgit v1.1