diff options
Diffstat (limited to 'lib/libedit/read.c')
-rw-r--r-- | lib/libedit/read.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libedit/read.c b/lib/libedit/read.c index dcc9a83..959d91f 100644 --- a/lib/libedit/read.c +++ b/lib/libedit/read.c @@ -34,12 +34,13 @@ * SUCH DAMAGE. */ + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #if !defined(lint) && !defined(SCCSID) #if 0 static char sccsid[] = "@(#)read.c 8.1 (Berkeley) 6/4/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint && not SCCSID */ /* * read.c: Clean this junk up! This is horrible code. |