Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libedit use vis.h from .
details: https://anonhg.NetBSD.org/src/rev/35d177a4c02d
branches: trunk
changeset: 767706:35d177a4c02d
user: christos <christos%NetBSD.org@localhost>
date: Thu Jul 28 00:54:26 2011 +0000
description:
use vis.h from .
diffstat:
lib/libedit/readline.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 8ed75ca96da6 -r 35d177a4c02d lib/libedit/readline.c
--- a/lib/libedit/readline.c Thu Jul 28 00:50:23 2011 +0000
+++ b/lib/libedit/readline.c Thu Jul 28 00:54:26 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: readline.c,v 1.92 2010/09/16 20:08:51 christos Exp $ */
+/* $NetBSD: readline.c,v 1.93 2011/07/28 00:54:26 christos Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include "config.h"
#if !defined(lint) && !defined(SCCSID)
-__RCSID("$NetBSD: readline.c,v 1.92 2010/09/16 20:08:51 christos Exp $");
+__RCSID("$NetBSD: readline.c,v 1.93 2011/07/28 00:54:26 christos Exp $");
#endif /* not lint && not SCCSID */
#include <sys/types.h>
@@ -50,7 +50,7 @@
#ifdef HAVE_VIS_H
#include <vis.h>
#else
-#include "np/vis.h"
+#include "vis.h"
#endif
#include "readline/readline.h"
#include "el.h"
Home |
Main Index |
Thread Index |
Old Index