diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libedit/TEST/test.c | 4 | ||||
-rw-r--r-- | lib/libedit/chared.c | 4 | ||||
-rw-r--r-- | lib/libedit/common.c | 4 | ||||
-rw-r--r-- | lib/libedit/el.c | 4 | ||||
-rw-r--r-- | lib/libedit/emacs.c | 4 | ||||
-rw-r--r-- | lib/libedit/hist.c | 4 | ||||
-rw-r--r-- | lib/libedit/history.c | 4 | ||||
-rw-r--r-- | lib/libedit/key.c | 4 | ||||
-rw-r--r-- | lib/libedit/map.c | 4 | ||||
-rw-r--r-- | lib/libedit/parse.c | 4 | ||||
-rw-r--r-- | lib/libedit/prompt.c | 4 | ||||
-rw-r--r-- | lib/libedit/read.c | 4 | ||||
-rw-r--r-- | lib/libedit/refresh.c | 4 | ||||
-rw-r--r-- | lib/libedit/search.c | 4 | ||||
-rw-r--r-- | lib/libedit/sig.c | 4 | ||||
-rw-r--r-- | lib/libedit/term.c | 4 | ||||
-rw-r--r-- | lib/libedit/tokenizer.c | 4 | ||||
-rw-r--r-- | lib/libedit/tty.c | 4 | ||||
-rw-r--r-- | lib/libedit/vi.c | 4 |
19 files changed, 38 insertions, 38 deletions
diff --git a/lib/libedit/TEST/test.c b/lib/libedit/TEST/test.c index 646b2355194..cf3e459390c 100644 --- a/lib/libedit/TEST/test.c +++ b/lib/libedit/TEST/test.c @@ -1,4 +1,4 @@ -/* $OpenBSD: test.c,v 1.3 1997/01/16 05:18:55 millert Exp $ */ +/* $OpenBSD: test.c,v 1.4 2003/05/01 21:11:22 avsm Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -46,7 +46,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)test.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$OpenBSD: test.c,v 1.3 1997/01/16 05:18:55 millert Exp $"; +static const char rcsid[] = "$OpenBSD: test.c,v 1.4 2003/05/01 21:11:22 avsm Exp $"; #endif #endif /* not lint && not SCCSID */ diff --git a/lib/libedit/chared.c b/lib/libedit/chared.c index 00d39e93b8f..67a8168e4cf 100644 --- a/lib/libedit/chared.c +++ b/lib/libedit/chared.c @@ -1,4 +1,4 @@ -/* $OpenBSD: chared.c,v 1.4 2002/02/16 21:27:26 millert Exp $ */ +/* $OpenBSD: chared.c,v 1.5 2003/05/01 21:11:21 avsm Exp $ */ /* $NetBSD: chared.c,v 1.2 1997/01/11 06:47:48 lukem Exp $ */ /*- @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)chared.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$OpenBSD: chared.c,v 1.4 2002/02/16 21:27:26 millert Exp $"; +static const char rcsid[] = "$OpenBSD: chared.c,v 1.5 2003/05/01 21:11:21 avsm Exp $"; #endif #endif /* not lint && not SCCSID */ diff --git a/lib/libedit/common.c b/lib/libedit/common.c index 1c085c1a8dd..64c4e316637 100644 --- a/lib/libedit/common.c +++ b/lib/libedit/common.c @@ -1,4 +1,4 @@ -/* $OpenBSD: common.c,v 1.3 1997/03/14 05:12:43 millert Exp $ */ +/* $OpenBSD: common.c,v 1.4 2003/05/01 21:11:21 avsm Exp $ */ /* $NetBSD: common.c,v 1.3 1997/01/14 04:17:22 lukem Exp $ */ /*- @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)common.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$OpenBSD: common.c,v 1.3 1997/03/14 05:12:43 millert Exp $"; +static const char rcsid[] = "$OpenBSD: common.c,v 1.4 2003/05/01 21:11:21 avsm Exp $"; #endif #endif /* not lint && not SCCSID */ diff --git a/lib/libedit/el.c b/lib/libedit/el.c index 452d0dc3d0e..7ccaf007380 100644 --- a/lib/libedit/el.c +++ b/lib/libedit/el.c @@ -1,4 +1,4 @@ -/* $OpenBSD: el.c,v 1.9 2002/02/19 19:39:37 millert Exp $ */ +/* $OpenBSD: el.c,v 1.10 2003/05/01 21:11:21 avsm Exp $ */ /* $NetBSD: el.c,v 1.6 1997/04/24 18:54:16 christos Exp $ */ /*- @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)el.c 8.2 (Berkeley) 1/3/94"; #else -static char rcsid[] = "$OpenBSD: el.c,v 1.9 2002/02/19 19:39:37 millert Exp $"; +static const char rcsid[] = "$OpenBSD: el.c,v 1.10 2003/05/01 21:11:21 avsm Exp $"; #endif #endif /* not lint && not SCCSID */ diff --git a/lib/libedit/emacs.c b/lib/libedit/emacs.c index 38a6218b5f8..2fe5d0cd777 100644 --- a/lib/libedit/emacs.c +++ b/lib/libedit/emacs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: emacs.c,v 1.3 1997/03/14 05:12:47 millert Exp $ */ +/* $OpenBSD: emacs.c,v 1.4 2003/05/01 21:11:21 avsm Exp $ */ /* $NetBSD: emacs.c,v 1.3 1997/01/11 06:47:54 lukem Exp $ */ /*- @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)emacs.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$OpenBSD: emacs.c,v 1.3 1997/03/14 05:12:47 millert Exp $"; +static const char rcsid[] = "$OpenBSD: emacs.c,v 1.4 2003/05/01 21:11:21 avsm Exp $"; #endif #endif /* not lint && not SCCSID */ diff --git a/lib/libedit/hist.c b/lib/libedit/hist.c index b5deda1fbe2..2442dd2f41c 100644 --- a/lib/libedit/hist.c +++ b/lib/libedit/hist.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hist.c,v 1.3 1997/03/14 05:12:48 millert Exp $ */ +/* $OpenBSD: hist.c,v 1.4 2003/05/01 21:11:21 avsm Exp $ */ /* $NetBSD: hist.c,v 1.2 1997/01/11 06:47:55 lukem Exp $ */ /*- @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)hist.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$OpenBSD: hist.c,v 1.3 1997/03/14 05:12:48 millert Exp $"; +static const char rcsid[] = "$OpenBSD: hist.c,v 1.4 2003/05/01 21:11:21 avsm Exp $"; #endif #endif /* not lint && not SCCSID */ diff --git a/lib/libedit/history.c b/lib/libedit/history.c index 7ba8f0897b4..a9a65252cf4 100644 --- a/lib/libedit/history.c +++ b/lib/libedit/history.c @@ -1,4 +1,4 @@ -/* $OpenBSD: history.c,v 1.8 2003/04/05 00:43:20 tdeval Exp $ */ +/* $OpenBSD: history.c,v 1.9 2003/05/01 21:11:21 avsm Exp $ */ /* $NetBSD: history.c,v 1.5 1997/04/11 17:52:46 christos Exp $ */ /*- @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)history.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$OpenBSD: history.c,v 1.8 2003/04/05 00:43:20 tdeval Exp $"; +static const char rcsid[] = "$OpenBSD: history.c,v 1.9 2003/05/01 21:11:21 avsm Exp $"; #endif #endif /* not lint && not SCCSID */ diff --git a/lib/libedit/key.c b/lib/libedit/key.c index 21a27356913..9dcce213cff 100644 --- a/lib/libedit/key.c +++ b/lib/libedit/key.c @@ -1,4 +1,4 @@ -/* $OpenBSD: key.c,v 1.5 2002/02/17 19:42:25 millert Exp $ */ +/* $OpenBSD: key.c,v 1.6 2003/05/01 21:11:21 avsm Exp $ */ /* $NetBSD: key.c,v 1.2 1997/01/11 06:47:58 lukem Exp $ */ /*- @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)key.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$OpenBSD: key.c,v 1.5 2002/02/17 19:42:25 millert Exp $"; +static const char rcsid[] = "$OpenBSD: key.c,v 1.6 2003/05/01 21:11:21 avsm Exp $"; #endif #endif /* not lint && not SCCSID */ diff --git a/lib/libedit/map.c b/lib/libedit/map.c index 70429ed3bbc..126a560456b 100644 --- a/lib/libedit/map.c +++ b/lib/libedit/map.c @@ -1,4 +1,4 @@ -/* $OpenBSD: map.c,v 1.6 2002/02/16 21:27:26 millert Exp $ */ +/* $OpenBSD: map.c,v 1.7 2003/05/01 21:11:21 avsm Exp $ */ /* $NetBSD: map.c,v 1.3 1997/01/11 06:48:00 lukem Exp $ */ /*- @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)map.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$OpenBSD: map.c,v 1.6 2002/02/16 21:27:26 millert Exp $"; +static const char rcsid[] = "$OpenBSD: map.c,v 1.7 2003/05/01 21:11:21 avsm Exp $"; #endif #endif /* not lint && not SCCSID */ diff --git a/lib/libedit/parse.c b/lib/libedit/parse.c index a1096d05bc7..ded0e508c78 100644 --- a/lib/libedit/parse.c +++ b/lib/libedit/parse.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.c,v 1.4 2002/02/16 21:27:26 millert Exp $ */ +/* $OpenBSD: parse.c,v 1.5 2003/05/01 21:11:21 avsm Exp $ */ /* $NetBSD: parse.c,v 1.5 1997/01/11 09:57:08 lukem Exp $ */ /*- @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$OpenBSD: parse.c,v 1.4 2002/02/16 21:27:26 millert Exp $"; +static const char rcsid[] = "$OpenBSD: parse.c,v 1.5 2003/05/01 21:11:21 avsm Exp $"; #endif #endif /* not lint && not SCCSID */ diff --git a/lib/libedit/prompt.c b/lib/libedit/prompt.c index 264b0cd667f..52ce66dc8da 100644 --- a/lib/libedit/prompt.c +++ b/lib/libedit/prompt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: prompt.c,v 1.4 2002/02/16 21:27:26 millert Exp $ */ +/* $OpenBSD: prompt.c,v 1.5 2003/05/01 21:11:21 avsm Exp $ */ /* $NetBSD: prompt.c,v 1.2 1997/01/11 06:48:04 lukem Exp $ */ /*- @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)prompt.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$OpenBSD: prompt.c,v 1.4 2002/02/16 21:27:26 millert Exp $"; +static const char rcsid[] = "$OpenBSD: prompt.c,v 1.5 2003/05/01 21:11:21 avsm Exp $"; #endif #endif /* not lint && not SCCSID */ diff --git a/lib/libedit/read.c b/lib/libedit/read.c index f45aaa52257..44619d2f5b3 100644 --- a/lib/libedit/read.c +++ b/lib/libedit/read.c @@ -1,4 +1,4 @@ -/* $OpenBSD: read.c,v 1.7 2002/02/16 21:27:26 millert Exp $ */ +/* $OpenBSD: read.c,v 1.8 2003/05/01 21:11:21 avsm Exp $ */ /* $NetBSD: read.c,v 1.4 1997/04/11 17:52:47 christos Exp $ */ /*- @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)read.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$OpenBSD: read.c,v 1.7 2002/02/16 21:27:26 millert Exp $"; +static const char rcsid[] = "$OpenBSD: read.c,v 1.8 2003/05/01 21:11:21 avsm Exp $"; #endif #endif /* not lint && not SCCSID */ diff --git a/lib/libedit/refresh.c b/lib/libedit/refresh.c index d09711bed1d..9c9f5f1c534 100644 --- a/lib/libedit/refresh.c +++ b/lib/libedit/refresh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: refresh.c,v 1.6 2002/02/17 19:42:25 millert Exp $ */ +/* $OpenBSD: refresh.c,v 1.7 2003/05/01 21:11:21 avsm Exp $ */ /* $NetBSD: refresh.c,v 1.2 1997/01/11 06:48:07 lukem Exp $ */ /*- @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)refresh.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$OpenBSD: refresh.c,v 1.6 2002/02/17 19:42:25 millert Exp $"; +static const char rcsid[] = "$OpenBSD: refresh.c,v 1.7 2003/05/01 21:11:21 avsm Exp $"; #endif #endif /* not lint && not SCCSID */ diff --git a/lib/libedit/search.c b/lib/libedit/search.c index c157c19cc88..95d651ee3ba 100644 --- a/lib/libedit/search.c +++ b/lib/libedit/search.c @@ -1,4 +1,4 @@ -/* $OpenBSD: search.c,v 1.5 2002/02/16 21:27:26 millert Exp $ */ +/* $OpenBSD: search.c,v 1.6 2003/05/01 21:11:21 avsm Exp $ */ /* $NetBSD: search.c,v 1.4 1997/01/23 14:02:47 mrg Exp $ */ /*- @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)search.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$OpenBSD: search.c,v 1.5 2002/02/16 21:27:26 millert Exp $"; +static const char rcsid[] = "$OpenBSD: search.c,v 1.6 2003/05/01 21:11:21 avsm Exp $"; #endif #endif /* not lint && not SCCSID */ diff --git a/lib/libedit/sig.c b/lib/libedit/sig.c index e720a46502f..c8f04e9925b 100644 --- a/lib/libedit/sig.c +++ b/lib/libedit/sig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sig.c,v 1.7 2002/02/16 21:27:26 millert Exp $ */ +/* $OpenBSD: sig.c,v 1.8 2003/05/01 21:11:21 avsm Exp $ */ /* $NetBSD: sig.c,v 1.3 1997/04/11 17:52:48 christos Exp $ */ /*- @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)sig.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$OpenBSD: sig.c,v 1.7 2002/02/16 21:27:26 millert Exp $"; +static const char rcsid[] = "$OpenBSD: sig.c,v 1.8 2003/05/01 21:11:21 avsm Exp $"; #endif #endif /* not lint && not SCCSID */ diff --git a/lib/libedit/term.c b/lib/libedit/term.c index c69d2b5a1df..c0f9b6b88b1 100644 --- a/lib/libedit/term.c +++ b/lib/libedit/term.c @@ -1,4 +1,4 @@ -/* $OpenBSD: term.c,v 1.8 2003/04/05 00:43:20 tdeval Exp $ */ +/* $OpenBSD: term.c,v 1.9 2003/05/01 21:11:21 avsm Exp $ */ /* $NetBSD: term.c,v 1.8 1997/01/23 14:02:49 mrg Exp $ */ /*- @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)term.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$OpenBSD: term.c,v 1.8 2003/04/05 00:43:20 tdeval Exp $"; +static const char rcsid[] = "$OpenBSD: term.c,v 1.9 2003/05/01 21:11:21 avsm Exp $"; #endif #endif /* not lint && not SCCSID */ diff --git a/lib/libedit/tokenizer.c b/lib/libedit/tokenizer.c index 9beca22371a..4445601b5fc 100644 --- a/lib/libedit/tokenizer.c +++ b/lib/libedit/tokenizer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tokenizer.c,v 1.5 2002/02/16 21:27:26 millert Exp $ */ +/* $OpenBSD: tokenizer.c,v 1.6 2003/05/01 21:11:21 avsm Exp $ */ /* $NetBSD: tokenizer.c,v 1.2 1997/01/11 06:48:15 lukem Exp $ */ /*- @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)tokenizer.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$OpenBSD: tokenizer.c,v 1.5 2002/02/16 21:27:26 millert Exp $"; +static const char rcsid[] = "$OpenBSD: tokenizer.c,v 1.6 2003/05/01 21:11:21 avsm Exp $"; #endif #endif /* not lint && not SCCSID */ diff --git a/lib/libedit/tty.c b/lib/libedit/tty.c index cade741c99f..79ea61169f6 100644 --- a/lib/libedit/tty.c +++ b/lib/libedit/tty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tty.c,v 1.6 2002/02/16 21:27:26 millert Exp $ */ +/* $OpenBSD: tty.c,v 1.7 2003/05/01 21:11:21 avsm Exp $ */ /* $NetBSD: tty.c,v 1.3 1997/04/11 17:52:49 christos Exp $ */ /*- @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)tty.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$OpenBSD: tty.c,v 1.6 2002/02/16 21:27:26 millert Exp $"; +static const char rcsid[] = "$OpenBSD: tty.c,v 1.7 2003/05/01 21:11:21 avsm Exp $"; #endif #endif /* not lint && not SCCSID */ diff --git a/lib/libedit/vi.c b/lib/libedit/vi.c index f1abb964efb..2e1d8a09a71 100644 --- a/lib/libedit/vi.c +++ b/lib/libedit/vi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vi.c,v 1.4 2002/02/16 21:27:26 millert Exp $ */ +/* $OpenBSD: vi.c,v 1.5 2003/05/01 21:11:21 avsm Exp $ */ /* $NetBSD: vi.c,v 1.2 1997/01/11 06:48:19 lukem Exp $ */ /*- @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)vi.c 8.1 (Berkeley) 6/4/93"; #else -static char rcsid[] = "$OpenBSD: vi.c,v 1.4 2002/02/16 21:27:26 millert Exp $"; +static const char rcsid[] = "$OpenBSD: vi.c,v 1.5 2003/05/01 21:11:21 avsm Exp $"; #endif #endif /* not lint && not SCCSID */ |