Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libedit include vis.h from dot.
details: https://anonhg.NetBSD.org/src/rev/41b234a9ea9d
branches: trunk
changeset: 767697:41b234a9ea9d
user: christos <christos%NetBSD.org@localhost>
date: Thu Jul 28 00:43:33 2011 +0000
description:
include vis.h from dot.
diffstat:
lib/libedit/history.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 5fea46a73c68 -r 41b234a9ea9d lib/libedit/history.c
--- a/lib/libedit/history.c Thu Jul 28 00:43:12 2011 +0000
+++ b/lib/libedit/history.c Thu Jul 28 00:43:33 2011 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index