Module Name: src
Committed By: christos
Date: Thu Jul 28 00:43:33 UTC 2011
Modified Files:
src/lib/libedit: history.c
Log Message:
include vis.h from dot.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/lib/libedit/history.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libedit/history.c
diff -u src/lib/libedit/history.c:1.40 src/lib/libedit/history.c:1.41
--- src/lib/libedit/history.c:1.40 Wed Jul 27 09:18:20 2011
+++ src/lib/libedit/history.c Wed Jul 27 20:43:33 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: history.c,v 1.40 2011/07/27 13:18:20 christos Exp $ */
+/* $NetBSD: history.c,v 1.41 2011/07/28 00:43:33 christos Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)history.c 8.1 (Berkeley) 6/4/93";
#else
-__RCSID("$NetBSD: history.c,v 1.40 2011/07/27 13:18:20 christos Exp $");
+__RCSID("$NetBSD: history.c,v 1.41 2011/07/28 00:43:33 christos Exp $");
#endif
#endif /* not lint && not SCCSID */
@@ -50,7 +50,7 @@
#ifdef HAVE_VIS_H
#include <vis.h>
#else
-#include "np/vis.h"
+#include "vis.h"
#endif
#include <sys/stat.h>