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

Diff for /src/usr.bin/finger/finger.h between version 1.7 and 1.8

version 1.7, 2015/01/19 15:30:52 version 1.8, 2015/03/15 00:41:28
Line 38 
Line 38 
   
 #define _PATH_MAILSPOOL "/var/mail"  #define _PATH_MAILSPOOL "/var/mail"
   
   #define SECSPERDAY      (24 * 60 * 60)
   #define SIXMONTHS       (SECSPERDAY * 365 / 2)
   
 /*  /*
  * All unique persons are linked in a list headed by "head" and linkd   * All unique persons are linked in a list headed by "head" and linkd
  * by the "next" field, as well as kept in a hash table.   * by the "next" field, as well as kept in a hash table.

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