hal/hald/linux2 osspec.c,1.33,1.34
Danny Kukawka
dkukawka at freedesktop.org
Wed Nov 9 10:54:42 PST 2005
Update of /cvs/hal/hal/hald/linux2
In directory gabe:/tmp/cvs-serv960/hald/linux2
Modified Files:
osspec.c
Log Message:
2005-11-09 Danny Kukawka <danny.kukawka at web.de>
* hald/linux2/osspec.c: (netlink_detection_data_ready): fixed compiler
warning
* hald/linux2/probing/probe-volume.c: (main): fixed compiler warning
* tools/device-manager/hal-device-manager.in: fixed bug from last fix,
removed '+' from inserted lines.
Index: osspec.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/osspec.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- osspec.c 2 Nov 2005 16:14:16 -0000 1.33
+++ osspec.c 9 Nov 2005 18:54:40 -0000 1.34
@@ -203,7 +203,6 @@
{
int fd;
int bytes_read;
- guint total_read = 0;
struct sockaddr_nl nladdr;
socklen_t nladdrlen = sizeof(nladdr);
char buf[1024];
More information about the hal-commit
mailing list