--- src/sys/boot/common/pnp.c 2003/11/10 06:08:31 1.3 +++ src/sys/boot/common/pnp.c 2008/09/02 17:21:12 1.4 @@ -176,7 +176,7 @@ pnp_readconf(char *path) char *cp, *ep, *tp, c; /* try to open the file */ - if ((fd = open(path, O_RDONLY)) >= 0) { + if ((fd = rel_open(path, O_RDONLY)) >= 0) { line = 0; currbus = NULL;