diff options
author | pfg <pfg@FreeBSD.org> | 2016-02-29 00:15:25 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2016-02-29 00:15:25 +0000 |
commit | e28ddc5231156d3896be4960ce5ac4a6281bcb35 (patch) | |
tree | f932c864ff0c2959f139d11ea54256fb3d3be7a3 /lib/libedit/prompt.c | |
parent | 33a884e8ff49457b9ec30565dbef2fbb9111afa9 (diff) | |
download | FreeBSD-src-e28ddc5231156d3896be4960ce5ac4a6281bcb35.zip FreeBSD-src-e28ddc5231156d3896be4960ce5ac4a6281bcb35.tar.gz |
MFV r296159
Sync our libedit with NetBSD's libedit 2016-02-27.
Obtained from: NetBSD
Diffstat (limited to 'lib/libedit/prompt.c')
-rw-r--r-- | lib/libedit/prompt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/prompt.c b/lib/libedit/prompt.c index 3696d0c..afd75bd 100644 --- a/lib/libedit/prompt.c +++ b/lib/libedit/prompt.c @@ -1,4 +1,4 @@ -/* $NetBSD: prompt.c,v 1.20 2011/07/29 15:16:33 christos Exp $ */ +/* $NetBSD: prompt.c,v 1.23 2016/02/16 15:53:48 christos Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "@(#)prompt.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: prompt.c,v 1.20 2011/07/29 15:16:33 christos Exp $"); +__RCSID("$NetBSD: prompt.c,v 1.23 2016/02/16 15:53:48 christos Exp $"); #endif #endif /* not lint && not SCCSID */ #include <sys/cdefs.h> |