89f9ff99f9
vgrind formats the program sources which are arguments in a nice style using troff(1). Comments are placed in italics, keywords in bold face, and the name of the current function is listed down the margin of each page as it is encountered. help and OK sthen@
10 lines
341 B
Plaintext
10 lines
341 B
Plaintext
$OpenBSD: patch-pathnames_h,v 1.1.1.1 2010/10/23 16:49:11 jasper Exp $
|
|
--- pathnames.h.orig Sat Oct 23 18:46:53 2010
|
|
+++ pathnames.h Sat Oct 23 18:47:07 2010
|
|
@@ -32,4 +32,4 @@
|
|
* @(#)pathnames.h 8.1 (Berkeley) 6/6/93
|
|
*/
|
|
|
|
-#define _PATH_VGRINDEFS "/usr/share/misc/vgrindefs"
|
|
+#define _PATH_VGRINDEFS "${LOCALBASE}/share/vgrind/vgrindefs"
|