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

Diff for /src/usr.bin/sudo/Attic/visudo.c between version 1.1 and 1.2

version 1.1, 1999/11/18 16:29:01 version 1.2, 1999/12/10 06:45:12
Line 81 
Line 81 
 #endif /* POSIX_SIGNALS && !SA_RESETHAND */  #endif /* POSIX_SIGNALS && !SA_RESETHAND */
   
 #ifndef lint  #ifndef lint
 static const char rcsid[] = "$Sudo: visudo.c,v 1.116 1999/11/09 20:12:20 millert Exp $";  static const char rcsid[] = "$Sudo: visudo.c,v 1.117 1999/12/02 20:31:25 millert Exp $";
 #endif /* lint */  #endif /* lint */
   
 /*  /*
Line 405 
Line 405 
     char *n, *h, *u;      char *n, *h, *u;
 {  {
     return(TRUE);      return(TRUE);
   }
   
   void
   set_fqdn()
   {
       return;
 }  }
   
 /*  /*

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