diff options
author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-16 21:35:07 +0000 |
---|---|---|
committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-16 21:35:07 +0000 |
commit | e67f5b9fcac5f0ebb78f0b3a50c0128432cca584 (patch) | |
tree | 2e51a4885e624872098f817a7148743fbac950c4 /lib/libkvm/kvm_i386.c | |
parent | 35105a5f9146d26720c3e84f71de2cdb0dd6c74c (diff) |
Notes
Diffstat (limited to 'lib/libkvm/kvm_i386.c')
-rw-r--r-- | lib/libkvm/kvm_i386.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libkvm/kvm_i386.c b/lib/libkvm/kvm_i386.c index 5801e0c0d7dc4..eac32c052ae25 100644 --- a/lib/libkvm/kvm_i386.c +++ b/lib/libkvm/kvm_i386.c @@ -35,12 +35,12 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #if defined(LIBC_SCCS) && !defined(lint) #if 0 static char sccsid[] = "@(#)kvm_hp300.c 8.1 (Berkeley) 6/4/93"; -#else -static const char rcsid[] = - "$FreeBSD$"; #endif #endif /* LIBC_SCCS and not lint */ |