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

Diff for /src/usr.bin/chpass/field.c between version 1.13 and 1.14

version 1.13, 2013/11/26 13:18:55 version 1.14, 2015/01/16 06:40:06
Line 30 
Line 30 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #include <sys/param.h>  
   
 #include <ctype.h>  #include <ctype.h>
 #include <err.h>  #include <err.h>
 #include <errno.h>  #include <errno.h>
Line 42 
Line 40 
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
 #include <unistd.h>  #include <unistd.h>
   #include <limits.h>
   
 #include "chpass.h"  #include "chpass.h"
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14