mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
include sys/time.h instead of time.h. This include is incorrect as per the manpages for the APIs and the POSIX definitions. This commit replaces sys/time.h where necessary with time.h. The commit also includes some minor style(9) header fixup in newfs. This commit is part of a larger effort by Garrett Cooper started in //depot/user/gcooper/posix-conformance-work/ -- to make FreeBSD more POSIX compliant. Submitted by: Garrett Cooper yanegomi at gmail dot com |
||
|---|---|---|
| .. | ||
| cache.c | ||
| dump.8 | ||
| dump.h | ||
| dumprmt.c | ||
| itime.c | ||
| main.c | ||
| Makefile | ||
| optr.c | ||
| pathnames.h | ||
| tape.c | ||
| traverse.c | ||
| unctime.c | ||