diff options
| author | christos <christos@NetBSD.org> | 2011-07-29 20:58:07 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2011-07-29 20:58:07 +0000 |
| commit | 4b7bc18132e98b03383ff6879a757d0dfd2e77b2 (patch) | |
| tree | 262fdbf0ba06334d65cab4714479170ce0f12eb3 /lib/libedit/filecomplete.c | |
| parent | 5b800c61a412f3a3f52fb2403e2dc43df566a1a4 (diff) | |
- fix unused params
- unconditionalize vis.h
Diffstat (limited to 'lib/libedit/filecomplete.c')
| -rw-r--r-- | lib/libedit/filecomplete.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lib/libedit/filecomplete.c b/lib/libedit/filecomplete.c index 6be3aead001..8dee8b1edd3 100644 --- a/lib/libedit/filecomplete.c +++ b/lib/libedit/filecomplete.c @@ -1,4 +1,4 @@ -/* $NetBSD: filecomplete.c,v 1.27 2011/07/29 15:16:33 christos Exp $ */ +/* $NetBSD: filecomplete.c,v 1.28 2011/07/29 20:58:07 christos Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -31,7 +31,7 @@ #include "config.h" #if !defined(lint) && !defined(SCCSID) -__RCSID("$NetBSD: filecomplete.c,v 1.27 2011/07/29 15:16:33 christos Exp $"); +__RCSID("$NetBSD: filecomplete.c,v 1.28 2011/07/29 20:58:07 christos Exp $"); #endif /* not lint && not SCCSID */ #include <sys/types.h> @@ -46,11 +46,7 @@ __RCSID("$NetBSD: filecomplete.c,v 1.27 2011/07/29 15:16:33 christos Exp $"); #include <limits.h> #include <errno.h> #include <fcntl.h> -#ifdef HAVE_VIS_H -#include <vis.h> -#else -#include "vis.h" -#endif + #include "el.h" #include "fcns.h" /* for EL_NUM_FCNS */ #include "histedit.h" |
