[BACK]Return to pwd_check.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / passwd

Diff for /src/usr.bin/passwd/pwd_check.c between version 1.1 and 1.2

version 1.1, 2000/08/01 22:27:51 version 1.2, 2000/11/24 20:50:20
Line 29 
Line 29 
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include <stdio.h>  
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/wait.h>  #include <sys/wait.h>
   
   #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
   #include <string.h>
 #include <unistd.h>  #include <unistd.h>
 #include <limits.h>  #include <limits.h>
   #include <errno.h>
 #include <regex.h>  #include <regex.h>
 #include <grp.h>  #include <grp.h>
 #include <paths.h>  #include <paths.h>
 #include <pwd.h>  #include <pwd.h>
 #include <sys/errno.h>  
   
 struct pattern {  struct pattern {
         char *match;          char *match;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2