From e67f5b9fcac5f0ebb78f0b3a50c0128432cca584 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sun, 16 Sep 2001 21:35:07 +0000 Subject: Implement __FBSDID() --- lib/libkvm/kvm_getswapinfo.c | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'lib/libkvm/kvm_getswapinfo.c') diff --git a/lib/libkvm/kvm_getswapinfo.c b/lib/libkvm/kvm_getswapinfo.c index d23045fb5f50..c2cc5a0a2434 100644 --- a/lib/libkvm/kvm_getswapinfo.c +++ b/lib/libkvm/kvm_getswapinfo.c @@ -7,16 +7,8 @@ * Copyright as found in /usr/src/COPYRIGHT in the FreeBSD source tree. */ -#ifndef lint -static const char copyright[] = - "@(#) Copyright (c) 1999\n" - "Matthew Dillon. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); #include #include -- cgit v1.2.3