FreeBSD Bugzilla – Attachment 6041 Details for
Bug 13992
routed exit after some day of work with signal 6 (core dump)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
gettimeofday_test.c
gettimeofday_test.c (text/plain; charset=us-ascii), 314 bytes, created by
Ruslan Ermilov
on 1999-09-28 13:56:26 UTC
(
hide
)
Description:
gettimeofday_test.c
Filename:
MIME Type:
Creator:
Ruslan Ermilov
Created:
1999-09-28 13:56:26 UTC
Size:
314 bytes
patch
obsolete
>#include <sys/time.h> >#include <err.h> >#include <stdio.h> > >void >main() >{ > struct timeval tp; > > do { > if (gettimeofday(&tp, (struct timezone *)NULL) == -1) { > err(1, "gettimeofday"); > } > > if (tp.tv_usec < 0) { > errx(1, "invalid time returned: %ld:%ld", > tp.tv_sec, tp.tv_usec); > } > } while (1); > >}
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 Raw
Actions:
View
Attachments on
bug 13992
: 6041 |
6042