Gnome-core/modemlights failure (*patch*)




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__ */



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