diff options
Diffstat (limited to 'lib/libedit/el.c')
-rw-r--r-- | lib/libedit/el.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/el.c b/lib/libedit/el.c index c346a8b..8dfc215 100644 --- a/lib/libedit/el.c +++ b/lib/libedit/el.c @@ -34,12 +34,12 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #if !defined(lint) && !defined(SCCSID) #if 0 static char sccsid[] = "@(#)el.c 8.2 (Berkeley) 1/3/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint && not SCCSID */ /* |