mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 07:25:10 -04:00
fully registered. (This is the second try, the first import ignored .info files but not .info-* files, for some reason. I'm going to make this consistent.) Reviewed by: core Approved for: 2.2
7 lines
95 B
C
7 lines
95 B
C
|
|
struct utimbuf {
|
|
time_t actime;
|
|
time_t modtime;
|
|
};
|
|
|
|
int utime (char *, struct utimbuf *);
|