On Jun 29, 2004, at 2:11 PM, Mikhail Teterin wrote:
Why is the pointer to the `struct timeval' not declared as `const'?
Can select(2) ever modify the structure pointed to? Thanks!
hi-
Some versions of Linux modified timeval. Posix.1g specifies const qualifier. I think most unixes don't modify it. I think ?? in the old days some unixes did modify it. legacy and compatibility issues.
thanks!-
-lance
Lance Bland mailto:[EMAIL PROTECTED] VVI Mac OS X Charting http://www.vvi.com
_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"