mirror of
https://github.com/opnsense/src.git
synced 2026-04-08 19:06:52 -04:00
conflicts due to radically different approaches to security and bug fixes. In some cases I re-started from the vendor version and reimplemented our patches. Fortunately, this is not enabled by default in -current.
3 lines
137 B
C
3 lines
137 B
C
#include <time.h>
|
|
int gl_futimens (int, char const *, struct timespec const [2]);
|
|
int utimens (char const *, struct timespec const [2]);
|