From cdd3abf3e45cddd13c86bd9973f5f0bd352a56d1 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 25 Jul 2003 21:10:19 +0000 Subject: Use __FBSDID(). Brought to you by: a boring talk at OLS --- sys/amd64/acpica/acpi_wakeup.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/amd64/acpica/acpi_wakeup.c') diff --git a/sys/amd64/acpica/acpi_wakeup.c b/sys/amd64/acpica/acpi_wakeup.c index 3a17e6c..06cf052 100644 --- a/sys/amd64/acpica/acpi_wakeup.c +++ b/sys/amd64/acpica/acpi_wakeup.c @@ -23,9 +23,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 #include -- cgit v1.1