Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/acpi imake this compile again.



details:   https://anonhg.NetBSD.org/src/rev/820255bfd641
branches:  trunk
changeset: 552446:820255bfd641
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Sep 25 21:55:49 2003 +0000

description:
imake this compile again.

diffstat:

 sys/dev/acpi/fdc_acpi.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 19d095798fa3 -r 820255bfd641 sys/dev/acpi/fdc_acpi.c
--- a/sys/dev/acpi/fdc_acpi.c   Thu Sep 25 21:45:17 2003 +0000
+++ b/sys/dev/acpi/fdc_acpi.c   Thu Sep 25 21:55:49 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fdc_acpi.c,v 1.12 2003/09/25 19:06:19 mycroft Exp $ */
+/* $NetBSD: fdc_acpi.c,v 1.13 2003/09/25 21:55:49 christos Exp $ */
 
 /*
  * Copyright (c) 2002 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fdc_acpi.c,v 1.12 2003/09/25 19:06:19 mycroft Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fdc_acpi.c,v 1.13 2003/09/25 21:55:49 christos Exp $");
 
 #include "rnd.h"
 
@@ -234,7 +234,7 @@
 #endif
        }
 
-       fdcattach(fdc);
+       fdcattach(sc);
 }
 
 static int



Home | Main Index | Thread Index | Old Index