Subject: Re: libc tags
To: None <tech-userlevel@netbsd.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: tech-userlevel
Date: 07/10/2000 12:39:36
In article <5t4s62jwro.fsf@tremor.sibyte.com>
cgd@sibyte.com writes:
> (1) does anybody use it? and
Let's make use of it.
diff -u usr.bin/vi/build/pathnames.h.orig usr.bin/vi/build/pathnames.h
--- usr.bin/vi/build/pathnames.h.orig Tue Jan 13 23:54:37 1998
+++ usr.bin/vi/build/pathnames.h Sat Jul 8 21:54:32 2000
@@ -35,7 +35,7 @@
#endif
#ifndef _PATH_TAGS
-#define _PATH_TAGS "tags"
+#define _PATH_TAGS "tags /var/db/libc.tags /sys/kern/tags"
#endif
#ifndef _PATH_TMP
--
ITOH, Yasufumi <itohy@netbsd.org>