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

Diff for /src/usr.bin/tcfs/Attic/gentcfskey.c between version 1.3 and 1.4

version 1.3, 2000/06/19 23:06:24 version 1.4, 2000/06/20 07:58:56
Line 12 
Line 12 
  *      Base utility set v0.1   *      Base utility set v0.1
  */   */
   
 #include <stdio.h>  
 #include <sys/time.h>  #include <sys/time.h>
 #include <termios.h>  
 #include <unistd.h>  
 #include <stdlib.h>  
 #include <fcntl.h>  
 #include <err.h>  #include <err.h>
   #include <fcntl.h>
 #include <md5.h>  #include <md5.h>
   #include <stdio.h>
   #include <stdlib.h>
   #include <termios.h>
   #include <unistd.h>
   
 #include <miscfs/tcfs/tcfs.h>  #include <miscfs/tcfs/tcfs.h>
 #include "tcfsdefines.h"  #include "tcfsdefines.h"

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4