From 1b6ed6875dc01239aef14eb5ebfd89a67aa11ade Mon Sep 17 00:00:00 2001 From: mdodd Date: Fri, 3 Sep 1999 06:01:01 +0000 Subject: Get this to compile again. struct pnp_cinfo went away so this is just a temporary hack until someone figures out what they want to do with the override tables etc. Example copied: sys/isa/{pnp,sio}.c --- sbin/kget/kget.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sbin/kget/kget.c') diff --git a/sbin/kget/kget.c b/sbin/kget/kget.c index 24e1cb2..7ee35ae 100644 --- a/sbin/kget/kget.c +++ b/sbin/kget/kget.c @@ -31,7 +31,9 @@ #include #include #include +#if 0 #include +#endif struct isa_device *id; struct pnp_cinfo *c; @@ -111,6 +113,7 @@ main(int argc, char *argv[]) i+=sizeof(struct isa_device)+8; } free(buf); +#if 0 /* Now, print the changes to PnP override table */ /* get the buffer size */ i=sysctlbyname(mib2,NULL,&len,NULL,NULL); @@ -158,6 +161,7 @@ main(int argc, char *argv[]) } while ((i+=sizeof(struct pnp_cinfo))