diff options
Diffstat (limited to 'lib/libedit/prompt.c')
-rw-r--r-- | lib/libedit/prompt.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libedit/prompt.c b/lib/libedit/prompt.c index cea7ad7d133..380052adffc 100644 --- a/lib/libedit/prompt.c +++ b/lib/libedit/prompt.c @@ -1,3 +1,5 @@ +/* $OpenBSD: prompt.c,v 1.2 1997/01/16 05:18:40 millert Exp $ */ + /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -35,7 +37,11 @@ */ #if !defined(lint) && !defined(SCCSID) +#if 0 static char sccsid[] = "@(#)prompt.c 8.1 (Berkeley) 6/4/93"; +#else +static char rcsid[] = "$OpenBSD: prompt.c,v 1.2 1997/01/16 05:18:40 millert Exp $"; +#endif #endif /* not lint && not SCCSID */ /* |