[dovecot-cvs] dovecot/src/util dovecotpw.c,1.3,1.4

tss at dovecot.org tss at dovecot.org
Sat Nov 18 13:43:48 UTC 2006


Update of /var/lib/cvs/dovecot/src/util
In directory talvi:/tmp/cvs-serv24707

Modified Files:
	dovecotpw.c 
Log Message:
Don't redeclare optarg and optind. They should be in unistd.h in all new
enough systems.



Index: dovecotpw.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/util/dovecotpw.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- dovecotpw.c	19 Dec 2004 05:49:26 -0000	1.3
+++ dovecotpw.c	18 Nov 2006 13:43:46 -0000	1.4
@@ -34,8 +34,6 @@
 
 int main(int argc, char *argv[] __attr_unused__)
 {
-	extern char *optarg;
-	extern int optind;
 	const char *hash = NULL;
 	const char *user = NULL;
 	char *scheme = NULL;



More information about the dovecot-cvs mailing list