[BACK]Return to table.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / libexec / talkd

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/libexec/talkd/table.c between version 1.7 and 1.8

version 1.7, 2008/03/04 02:57:33 version 1.8, 2008/03/04 03:05:00
Line 67  typedef struct table_entry TABLE_ENTRY;
Line 67  typedef struct table_entry TABLE_ENTRY;
   
 struct table_entry {  struct table_entry {
         CTL_MSG request;          CTL_MSG request;
         long    time;          time_t  time;
         TABLE_ENTRY *next;          TABLE_ENTRY *next;
         TABLE_ENTRY *last;          TABLE_ENTRY *last;
 };  };

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

CVSweb <webmaster@jp.NetBSD.org>