From 7d804031bda84ee3fec3af95fe0e2cf653e137a2 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 11 Jun 2003 06:34:30 +0000 Subject: Use __FBSDID(). --- sys/dev/agp/agp_intel.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/dev/agp/agp_intel.c') diff --git a/sys/dev/agp/agp_intel.c b/sys/dev/agp/agp_intel.c index 48bd361..bb7eaab 100644 --- a/sys/dev/agp/agp_intel.c +++ b/sys/dev/agp/agp_intel.c @@ -22,10 +22,11 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ +#include +__FBSDID("$FreeBSD$"); + #include "opt_bus.h" #include -- cgit v1.1