mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 18:08:23 +00:00
Move two struct forward declarations from sudo.h to missing.h
This commit is contained in:
parent
27b221e439
commit
773865eb17
@ -21,6 +21,9 @@
|
|||||||
|
|
||||||
/* Functions "missing" from libc. */
|
/* Functions "missing" from libc. */
|
||||||
|
|
||||||
|
struct timeval;
|
||||||
|
struct timespec;
|
||||||
|
|
||||||
#ifndef HAVE_CLOSEFROM
|
#ifndef HAVE_CLOSEFROM
|
||||||
void closefrom __P((int));
|
void closefrom __P((int));
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user