search for: tval_tv_usecs

Displaying 2 results from an estimated 2 matches for "tval_tv_usecs".

Did you mean: tval_tv_usec
1999 May 18
0
A typo bug in Samba 2.0.4 source code (here's the fix!)
.../* and microseconds */ }; # endif /* _STRUCT_TIMEVAL */ .. Here's the fix: diff -u system.c.org system.c --- system.c.org Tue May 18 12:49:52 1999 +++ system.c Tue May 18 12:50:20 1999 @@ -166,8 +166,8 @@ /* * Fake it with select... */ - tval.tv_secs = 0; - tval_tv_usecs = usecs/1000; + tval.tv_sec = 0; + tval.tv_usec = usecs/1000; select(0,NULL,NULL,NULL,&tval); return 0; #endif /* HAVE_USLEEP */ In HPUX 10.20's compilation there are lots of warnings: cpp: "values.h", line 27: warning 2001: Redefinition of macro MAXINT but these are ju...
1999 May 18
0
Probleme compiling Samba 2.0.4
Hi, pretty good job you are doing with Samba... I have just downloaded Samba 2.0.4 and I have a problem trying to compile it. I have configured the "configure" file and ran it (./configure). When I type make, I can see all the different modules compiling but I have an error with the /source/lib/system.c file. It is concerning the timeval struct (which I concluded must be a system