Gnome-core/modemlights failure (*patch*)
- From: Gleef <dzol virtual-yellow com>
- To: gnome-list gnome org, johne bellatlantic net
- Subject: Gnome-core/modemlights failure (*patch*)
- Date: Tue, 12 Jan 1999 16:54:43 -0500 (EST)
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]