2
0
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:
Todd C. Miller
2010-08-10 13:50:40 -04:00
parent 8dd8aa000e
commit 6bcd9efc0c
7 changed files with 6 additions and 52 deletions

View File

@@ -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 *);