mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
Use gettimeofday() directly instead of via the gettime() wrapper.
This commit is contained in:
@@ -250,9 +250,6 @@ char *sudo_getepw(const struct passwd *);
|
||||
/* zero_bytes.c */
|
||||
void zero_bytes(volatile void *, size_t);
|
||||
|
||||
/* gettime.c */
|
||||
int gettime(struct timeval *);
|
||||
|
||||
/* sudo_nss.c */
|
||||
void display_privs(struct sudo_nss_list *, struct passwd *);
|
||||
int display_cmnd(struct sudo_nss_list *, struct passwd *);
|
||||
|
Reference in New Issue
Block a user