FreeBSD Bugzilla – Attachment 8825 Details for
Bug 18329
futimes() and lutimes() missing from <sys/time.h> in 3.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 767 bytes, created by
Ben Smithurst
on 2000-05-01 21:20:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ben Smithurst
Created:
2000-05-01 21:20:02 UTC
Size:
767 bytes
patch
obsolete
>Index: time.h >=================================================================== >RCS file: /usr/cvs/src/sys/sys/time.h,v >retrieving revision 1.35.2.3 >diff -u -r1.35.2.3 time.h >--- time.h 1999/08/29 16:32:50 1.35.2.3 >+++ time.h 2000/05/01 18:05:55 >@@ -289,8 +289,10 @@ > > __BEGIN_DECLS > int adjtime __P((const struct timeval *, struct timeval *)); >+int futimes __P((int, const struct timeval *)); > int getitimer __P((int, struct itimerval *)); > int gettimeofday __P((struct timeval *, struct timezone *)); >+int lutimes __P((const char *, const struct timeval *)); > int setitimer __P((int, const struct itimerval *, struct itimerval *)); > int settimeofday __P((const struct timeval *, const struct timezone *)); > int utimes __P((const char *, const struct timeval *));
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 18329
: 8825