From d72a4e9c24014dc4c4e90d690e1a274d46ddc060 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 25 Nov 2004 17:20:57 +0000 Subject: [PATCH] Add strub struct definitions for passwd, timeval and timespec --- sudo.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sudo.h b/sudo.h index 4e2ed4395..ab1577cc9 100644 --- a/sudo.h +++ b/sudo.h @@ -161,6 +161,10 @@ struct sudo_user { #define TGP_ECHO 0x01 /* leave echo on when reading passwd */ #define TGP_STDIN 0x02 /* read from stdin, not /dev/tty */ +struct passwd; +struct timespec; +struct timeval; + /* * Function prototypes */