summaryrefslogtreecommitdiffstats
path: root/lib/libedit
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-10-01 23:00:29 +0000
committerobrien <obrien@FreeBSD.org>2001-10-01 23:00:29 +0000
commit8b3bce34f560ad71c31a002cb9d3d65a997cc1b5 (patch)
tree2c0272f81bd48e744316a4edbcdb874a08094f92 /lib/libedit
parentcd878c913ca7169edd42457d654151c658c18b46 (diff)
downloadFreeBSD-src-8b3bce34f560ad71c31a002cb9d3d65a997cc1b5.zip
FreeBSD-src-8b3bce34f560ad71c31a002cb9d3d65a997cc1b5.tar.gz
Fix ID's after a total boch CVS merge due to multiple people making
commits to these files. As I sing to CVS: Have I told you lately that I hate your guts? Have I told you all SCM's are above you? You fill my heart with pain, take away all my merging joy, grow my troubles that's what you do."
Diffstat (limited to 'lib/libedit')
-rw-r--r--lib/libedit/chared.c2
-rw-r--r--lib/libedit/common.c2
-rw-r--r--lib/libedit/emacs.c2
-rw-r--r--lib/libedit/hist.c2
-rw-r--r--lib/libedit/history.c2
-rw-r--r--lib/libedit/key.c2
-rw-r--r--lib/libedit/map.c2
-rw-r--r--lib/libedit/parse.c2
-rw-r--r--lib/libedit/prompt.c2
-rw-r--r--lib/libedit/refresh.c2
-rw-r--r--lib/libedit/search.c2
-rw-r--r--lib/libedit/tokenizer.c2
-rw-r--r--lib/libedit/vi.c2
13 files changed, 0 insertions, 26 deletions
diff --git a/lib/libedit/chared.c b/lib/libedit/chared.c
index 5d5e6ca..8efb35d 100644
--- a/lib/libedit/chared.c
+++ b/lib/libedit/chared.c
@@ -36,8 +36,6 @@
* $NetBSD: chared.c,v 1.13 2001/04/13 01:04:19 lukem Exp $
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
#if !defined(lint) && !defined(SCCSID)
static char sccsid[] = "@(#)chared.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
diff --git a/lib/libedit/common.c b/lib/libedit/common.c
index 386579c..f2d02e3 100644
--- a/lib/libedit/common.c
+++ b/lib/libedit/common.c
@@ -36,8 +36,6 @@
* $NetBSD: common.c,v 1.9 2000/09/04 22:06:29 lukem Exp $
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
#if !defined(lint) && !defined(SCCSID)
static char sccsid[] = "@(#)common.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
diff --git a/lib/libedit/emacs.c b/lib/libedit/emacs.c
index afc141b..2e82f13 100644
--- a/lib/libedit/emacs.c
+++ b/lib/libedit/emacs.c
@@ -36,8 +36,6 @@
* $NetBSD: emacs.c,v 1.8 2000/09/04 22:06:29 lukem Exp $
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
#if !defined(lint) && !defined(SCCSID)
static char sccsid[] = "@(#)emacs.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
diff --git a/lib/libedit/hist.c b/lib/libedit/hist.c
index ac80b86..f4bbf5d 100644
--- a/lib/libedit/hist.c
+++ b/lib/libedit/hist.c
@@ -36,8 +36,6 @@
* $NetBSD: hist.c,v 1.8 2001/01/10 07:45:41 jdolecek Exp $
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
#if !defined(lint) && !defined(SCCSID)
static char sccsid[] = "@(#)hist.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
diff --git a/lib/libedit/history.c b/lib/libedit/history.c
index f0eff88..c88979e 100644
--- a/lib/libedit/history.c
+++ b/lib/libedit/history.c
@@ -36,8 +36,6 @@
* $NetBSD: history.c,v 1.16 2000/09/04 22:06:30 lukem Exp $
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
#if !defined(lint) && !defined(SCCSID)
static char sccsid[] = "@(#)history.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
diff --git a/lib/libedit/key.c b/lib/libedit/key.c
index dcb0b66..6251486 100644
--- a/lib/libedit/key.c
+++ b/lib/libedit/key.c
@@ -36,8 +36,6 @@
* $NetBSD: key.c,v 1.11 2001/01/23 15:55:30 jdolecek Exp $
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
#if !defined(lint) && !defined(SCCSID)
static char sccsid[] = "@(#)key.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
diff --git a/lib/libedit/map.c b/lib/libedit/map.c
index 592631c..67c61cf 100644
--- a/lib/libedit/map.c
+++ b/lib/libedit/map.c
@@ -36,8 +36,6 @@
* $NetBSD: map.c,v 1.13 2001/01/04 15:56:32 christos Exp $
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
#if !defined(lint) && !defined(SCCSID)
static char sccsid[] = "@(#)map.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
diff --git a/lib/libedit/parse.c b/lib/libedit/parse.c
index e96743f..f83dc94 100644
--- a/lib/libedit/parse.c
+++ b/lib/libedit/parse.c
@@ -36,8 +36,6 @@
* $NetBSD: parse.c,v 1.13 2000/09/04 22:06:31 lukem Exp $
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
#if !defined(lint) && !defined(SCCSID)
static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
diff --git a/lib/libedit/prompt.c b/lib/libedit/prompt.c
index 56401d6..10ba70b 100644
--- a/lib/libedit/prompt.c
+++ b/lib/libedit/prompt.c
@@ -36,8 +36,6 @@
* $NetBSD: prompt.c,v 1.7 2000/09/04 22:06:31 lukem Exp $
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
#if !defined(lint) && !defined(SCCSID)
static char sccsid[] = "@(#)prompt.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
diff --git a/lib/libedit/refresh.c b/lib/libedit/refresh.c
index 3be9e2c..08f1336 100644
--- a/lib/libedit/refresh.c
+++ b/lib/libedit/refresh.c
@@ -36,8 +36,6 @@
* $NetBSD: refresh.c,v 1.16 2001/01/10 07:45:42 jdolecek Exp $
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
#if !defined(lint) && !defined(SCCSID)
static char sccsid[] = "@(#)refresh.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
diff --git a/lib/libedit/search.c b/lib/libedit/search.c
index 4d832d7..96a0206 100644
--- a/lib/libedit/search.c
+++ b/lib/libedit/search.c
@@ -36,8 +36,6 @@
* $NetBSD: search.c,v 1.10 2001/01/04 15:56:32 christos Exp $
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
#if !defined(lint) && !defined(SCCSID)
static char sccsid[] = "@(#)search.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
diff --git a/lib/libedit/tokenizer.c b/lib/libedit/tokenizer.c
index 2969f53..8c7ae8e 100644
--- a/lib/libedit/tokenizer.c
+++ b/lib/libedit/tokenizer.c
@@ -36,8 +36,6 @@
* $NetBSD: tokenizer.c,v 1.6 2000/09/04 22:06:33 lukem Exp $
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
#if !defined(lint) && !defined(SCCSID)
static char sccsid[] = "@(#)tokenizer.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
diff --git a/lib/libedit/vi.c b/lib/libedit/vi.c
index c58c5b1..34f781c 100644
--- a/lib/libedit/vi.c
+++ b/lib/libedit/vi.c
@@ -36,8 +36,6 @@
* $NetBSD: vi.c,v 1.7 1999/07/02 15:21:28 simonb Exp $
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
#if !defined(lint) && !defined(SCCSID)
static char sccsid[] = "@(#)vi.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint && not SCCSID */
OpenPOWER on IntegriCloud