--- kdenetwork-3.5.8/kopete/libkopete/avdevice/videocontrol.h 2007-10-08 05:49:07.000000000 -0400 +++ kdenetwork-3.5.8-new/kopete/libkopete/avdevice/videocontrol.h 2007-10-15 09:59:42.000000000 -0400 @@ -20,15 +20,15 @@ #ifndef KOPETE_AVVIDEOCONTROL_H #define KOPETE_AVVIDEOCONTROL_H -#include -#undef __STRICT_ANSI__ -#ifndef __u64 //required by videodev.h -#define __u64 unsigned long long -#endif // __u64 - -#ifndef __s64 //required by videodev.h -#define __s64 long long -#endif // __s64 +#include +#include + +typedef u_int32_t __u32; +typedef int32_t __s32; +/* +typedef u_int64_t __u64; +typedef int64_t __s64; +*/ #include #include --- kdenetwork-3.5.8/ktalkd/ktalkd/talkd.cpp 2006-03-17 05:12:34.000000000 -0500 +++ kdenetwork-3.5.8-new/ktalkd/ktalkd/talkd.cpp 2007-10-15 07:56:22.000000000 -0400 @@ -183,7 +183,7 @@ struct hostent *hp; struct sockaddr_in sn; int cc, i, ok; - socklen_t addrlen; + kde_socklen_t addrlen; int ret_value = PROC_REQ_OK; /* return value from process_request */ addrlen = sizeof(sn); @@ -347,7 +347,7 @@ main(int argc, char *argv[]) { struct sockaddr_in sn; - socklen_t sz = sizeof(sn); + kde_socklen_t sz = sizeof(sn); int do_debug=0, do_badpackets=0, ch; new KInstance("ktalkd"); // for KConfig and friends --- kdenetwork-3.5.8/lanbrowsing/lisa/netmanager.cpp 2005-09-10 04:20:14.000000000 -0400 +++ kdenetwork-3.5.8-new/lanbrowsing/lisa/netmanager.cpp 2007-10-15 07:56:22.000000000 -0400 @@ -413,7 +413,7 @@ { mdcerr<<"NetManager::run: on m_listenFD"<