[dovecot-cvs] dovecot/src/util dovecotpw.c,1.1,1.2

cras at dovecot.org cras at dovecot.org
Fri Jul 30 06:08:05 EEST 2004


Update of /home/cvs/dovecot/src/util
In directory talvi:/tmp/cvs-serv26306

Modified Files:
	dovecotpw.c 
Log Message:
getopt.h isn't needed for getopt() and doesn't exist in all systems.



Index: dovecotpw.c
===================================================================
RCS file: /home/cvs/dovecot/src/util/dovecotpw.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dovecotpw.c	26 Jul 2004 17:07:29 -0000	1.1
+++ dovecotpw.c	30 Jul 2004 03:08:03 -0000	1.2
@@ -7,7 +7,6 @@
 
 #include <ctype.h>
 #include <fcntl.h>
-#include <getopt.h>
 #include <libgen.h>
 #include <stdio.h>
 #include <stdlib.h>



More information about the dovecot-cvs mailing list