Module Name: src Committed By: riastradh Date: Sat Aug 5 11:59:09 UTC 2023
Modified Files: src/tests/include: t_paths.c Log Message: tests/include/t_paths: /dev/ksyms requires root. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/tests/include/t_paths.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/include/t_paths.c diff -u src/tests/include/t_paths.c:1.17 src/tests/include/t_paths.c:1.18 --- src/tests/include/t_paths.c:1.17 Sun Feb 3 03:19:28 2019 +++ src/tests/include/t_paths.c Sat Aug 5 11:59:09 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: t_paths.c,v 1.17 2019/02/03 03:19:28 mrg Exp $ */ +/* $NetBSD: t_paths.c,v 1.18 2023/08/05 11:59:09 riastradh Exp $ */ /*- * Copyright (c) 2011 The NetBSD Foundation, Inc. @@ -29,7 +29,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include <sys/cdefs.h> -__RCSID("$NetBSD: t_paths.c,v 1.17 2019/02/03 03:19:28 mrg Exp $"); +__RCSID("$NetBSD: t_paths.c,v 1.18 2023/08/05 11:59:09 riastradh Exp $"); #include <sys/param.h> #include <sys/stat.h> @@ -74,7 +74,7 @@ static const struct { { _PATH_I18NMODULE, PATH_DIR }, { _PATH_ICONV, PATH_DIR }, { _PATH_KMEM, PATH_DEV | PATH_ROOT }, - { _PATH_KSYMS, PATH_DEV }, + { _PATH_KSYMS, PATH_DEV | PATH_ROOT }, { _PATH_KVMDB, PATH_FILE }, { _PATH_LOCALE, PATH_DIR }, { _PATH_MAILDIR, PATH_DIR },