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

Diff for /src/usr.bin/tcfs/Attic/tcfsrmuser.c between version 1.2 and 1.3

version 1.2, 2000/06/18 22:18:49 version 1.3, 2000/06/19 20:06:19
Line 11 
Line 11 
  */   */
   
   
   #include <err.h>
 #include <stdio.h>  #include <stdio.h>
   #include <stdlib.h>
   #include <string.h>
 #include <unistd.h>  #include <unistd.h>
 #include <err.h>  
   
 #include <miscfs/tcfs/tcfs.h>  #include <miscfs/tcfs/tcfs.h>
 #include "tcfslib.h"  #include "tcfslib.h"
Line 31 
Line 33 
 {  {
         int have_user = FALSE;          int have_user = FALSE;
         int be_verbose = FALSE;          int be_verbose = FALSE;
         char *user, *passwd;          char *user;
         tcfspwdb *user_info;          tcfspwdb *user_info;
         int val;          int val;
   

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