diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/i386/apm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/i386/apm.c b/sys/arch/i386/i386/apm.c index 03483c7a868..0c19451ee9f 100644 --- a/sys/arch/i386/i386/apm.c +++ b/sys/arch/i386/i386/apm.c @@ -1,4 +1,4 @@ -/* $NetBSD $ */ +/* $OpenBSD: apm.c,v 1.2 1996/07/15 07:33:16 mickey Exp $ */ /*- * Copyright (c) 1995 John T. Kohl. All rights reserved. @@ -590,6 +590,7 @@ apmattach(parent, self, aux) struct device *parent, *self; void *aux; { + extern union descriptor *dynamic_gdt; struct apm_softc *apmsc = (void *)self; struct apmregs regs; int error; |