On Wed, Sep 22, 2010 at 07:12:57AM +0300, Vladimir Kirillov wrote:
> Hello t...@!
> Subj,
> 
> Index: glxpcib.c
> ===================================================================
> RCS file: /storage/cvs/src/sys/arch/i386/pci/glxpcib.c,v
> retrieving revision 1.11
> diff -u -p -u -p -r1.11 glxpcib.c
> --- glxpcib.c   21 Sep 2010 12:55:25 -0000      1.11
> +++ glxpcib.c   22 Sep 2010 04:08:44 -0000
> @@ -261,7 +261,9 @@ glxpcib_attach(struct device *parent, st
>  int
>  glxpcib_activate(struct device *self, int act)
>  {
> +#ifndef SMALL_KERNEL
>       struct glxpcib_softc *sc = (struct glxpcib_softc *)self;
> +#endif
>       int rv = 0;
> 
>       switch (act) {
> 

Its in. Thanks!

Reply via email to