Re: Gnome-core/modemlights failure (*patch*)



Seems it is already applied to CVS.

Gleef <dzol@virtual-yellow.com> writes:

> Gnome-core on CVS fails compile in the modemlights applet.  An #ifndef was
> there with no corresponding #endif.  Here's the patch to get it working:
> 
> Index: modemlights.c
> ===================================================================
> RCS file: /cvs/gnome/gnome-core/applets/modemlights/modemlights.c,v
> retrieving revision 1.25
> diff -u -r1.25 modemlights.c
> --- modemlights.c	1999/01/12 18:57:03	1.25
> +++ modemlights.c	1999/01/12 21:52:43
> @@ -238,6 +238,7 @@
>  #else
>  	*in = *out = 0;
>  	return FALSE;
> +#endif /* SIOCDEVPRIVATE */
>  #else
>  		if ((ioctl(ip_socket,SIOCGPPPSTATS,(caddr_t)&ifreq) < 0))
>  #endif /* __FreeBSD__ */
> 
> 
> -- 
>         FAQ: Frequently-Asked Questions at http://www.gnome.org/gnomefaq
>          To unsubscribe: mail gnome-list-request@gnome.org with 
>                        "unsubscribe" as the Subject.
> 

-- 
-----------------------------------------------------------------
   Martin Baulig - Angewandte Mathematik - Universitaet Trier
   martin@home-of-linux.org, http://www.home-of-linux.org/
------------------------------------------------------------------



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]