diff options
Diffstat (limited to 'lib/libedit/key.c')
-rw-r--r-- | lib/libedit/key.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libedit/key.c b/lib/libedit/key.c index 24e56a8..027ebe7 100644 --- a/lib/libedit/key.c +++ b/lib/libedit/key.c @@ -34,10 +34,10 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #if !defined(lint) && !defined(SCCSID) static char sccsid[] = "@(#)key.c 8.1 (Berkeley) 6/4/93"; -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint && not SCCSID */ /* |