diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-01 23:00:29 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-01 23:00:29 +0000 |
commit | 0878b3a9b13e602bf1a31682dd465c0a0debb282 (patch) | |
tree | 2c0272f81bd48e744316a4edbcdb874a08094f92 /lib/libedit/tokenizer.c | |
parent | 79a79ad9b825e5dd5151ed130147677fda6fc644 (diff) |
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."
Notes
Notes:
svn path=/head/; revision=84334
Diffstat (limited to 'lib/libedit/tokenizer.c')
-rw-r--r-- | lib/libedit/tokenizer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libedit/tokenizer.c b/lib/libedit/tokenizer.c index 2969f53c3cda..8c7ae8e36ca4 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 */ |