mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Clean up a bit of namespace pollution which crept in with the last rev.
Submitted by: bde
This commit is contained in:
parent
250be50b72
commit
73cf72f565
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
#include <sys/cdefs.h>
|
||||
#include <machine/ansi.h>
|
||||
|
||||
#if __POSIX_VISIBLE < 200112 || __BSD_VISIBLE
|
||||
#if __POSIX_VISIBLE > 0 && __POSIX_VISIBLE < 200112 || __BSD_VISIBLE
|
||||
/*
|
||||
* Frequency of the clock ticks reported by times(). Deprecated - use
|
||||
* sysconf(_SC_CLK_TCK) instead. (Removed in 1003.1-2001.)
|
||||
|
|
|
|||
Loading…
Reference in a new issue