fix up broken revision string

This commit is contained in:
spz 2007-12-04 15:41:20 +00:00
parent 704f93353b
commit 5bfaf1ebca
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ahcisata_core.c,v 1.8 2007/11/12 21:25:14 bouyer Exp $ */
/* $NetBSD: ahcisata_core.c,v 1.9 2007/12/04 15:41:20 spz Exp $ */
/*
* Copyright (c) 2006 Manuel Bouyer.
@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ahcisata_core.c,v 1.8 2007/11/12 21:25:14 bouyer Exp $");
__KERNEL_RCSID(0, "$NetBSD: ahcisata_core.c,v 1.9 2007/12/04 15:41:20 spz Exp $");
#include <sys/types.h>
#include <sys/malloc.h>