mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 01:49:11 +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. */
|
||||
|
||||
struct timeval;
|
||||
struct timespec;
|
||||
|
||||
#ifndef HAVE_CLOSEFROM
|
||||
void closefrom __P((int));
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user