FreeBSD Bugzilla – Attachment 58142 Details for
Bug 87681
[patch] correct gettimeofday(2) manpage, document one known bug
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gettimeofday.2.diff
gettimeofday.2.diff (text/plain), 709 bytes, created by
Andreas Kohn
on 2005-10-19 20:30:15 UTC
(
hide
)
Description:
gettimeofday.2.diff
Filename:
MIME Type:
Creator:
Andreas Kohn
Created:
2005-10-19 20:30:15 UTC
Size:
709 bytes
patch
obsolete
>Index: gettimeofday.2 >=================================================================== >RCS file: /storage/freebsd/cvs/src/lib/libc/sys/gettimeofday.2,v >retrieving revision 1.25 >diff -u -r1.25 gettimeofday.2 >--- gettimeofday.2 2 Jul 2004 23:52:13 -0000 1.25 >+++ gettimeofday.2 8 Oct 2005 16:27:40 -0000 >@@ -82,8 +82,8 @@ > .Pp > .Bd -literal > struct timeval { >- long tv_sec; /* seconds since Jan. 1, 1970 */ >- long tv_usec; /* and microseconds */ >+ long tv_sec; /* seconds since Jan. 1, 1970 */ >+ suseconds_t tv_usec; /* and microseconds */ > }; > > struct timezone { >@@ -133,3 +133,5 @@ > .Fn gettimeofday > system call appeared in > .Bx 4.2 . >+.Sh BUGS >+The tv_sec member of struct timeval should be a time_t.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 87681
: 58142