From 5d86a9d6fec360a6c5a4fea488690a39531ab79b Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 3 Mar 2008 19:30:50 +0000 Subject: [PATCH] fix definition of TGP_ASKPASS --- sudo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sudo.h b/sudo.h index 4c7daf396..4ca38dabd 100644 --- a/sudo.h +++ b/sudo.h @@ -178,7 +178,7 @@ struct sudo_user { */ #define TGP_ECHO 0x01 /* leave echo on when reading passwd */ #define TGP_STDIN 0x02 /* read from stdin, not /dev/tty */ -#define TGP_ASKPASS 0x03 /* read from askpass helper program */ +#define TGP_ASKPASS 0x04 /* read from askpass helper program */ struct lbuf; struct passwd; -- 2.40.0