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

Diff for /src/usr.bin/skeyaudit/skeyaudit.c between version 1.24 and 1.25

version 1.24, 2008/11/12 16:13:46 version 1.25, 2015/01/16 06:40:11
Line 20 
Line 20 
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.   * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  */   */
   
 #include <sys/param.h>  
 #include <sys/wait.h>  #include <sys/wait.h>
   
 #include <err.h>  #include <err.h>
Line 138 
Line 137 
 void  void
 notify(struct passwd *pw, int seq, int interactive)  notify(struct passwd *pw, int seq, int interactive)
 {  {
         static char hostname[MAXHOSTNAMELEN];          static char hostname[HOST_NAME_MAX+1];
         pid_t pid;          pid_t pid;
         FILE *out;          FILE *out;
   

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25