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

Diff for /src/usr.bin/encrypt/encrypt.c between version 1.6 and 1.7

version 1.6, 1997/06/17 21:01:01 version 1.7, 1997/06/17 21:03:40
Line 29 
Line 29 
 #include <sys/types.h>  #include <sys/types.h>
 #include <err.h>  #include <err.h>
 #include <errno.h>  #include <errno.h>
   #include <stdlib.h>
 #include <string.h>  #include <string.h>
 #include <unistd.h>  #include <unistd.h>
 #include <pwd.h>  #include <pwd.h>

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7