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

Diff for /src/usr.bin/at/at.h between version 1.7 and 1.7.2.1

version 1.7, 2002/05/14 18:05:39 version 1.7.2.1, 2003/03/18 04:06:47
Line 1 
Line 1 
 /*      $OpenBSD$       */  /*      $OpenBSD$       */
 /*      $NetBSD: at.h,v 1.2 1995/03/25 18:13:32 glass Exp $     */  /*      $OpenBSD$       */
   
 /*  /*
  *  at.h -  header for at(1)   *  at.h -  header for at(1)
Line 39 
Line 39 
 struct atjob {  struct atjob {
         time_t runtimer;          time_t runtimer;
         time_t ctime;          time_t ctime;
           uid_t uid;
           mode_t mode;
         char queue;          char queue;
 };  };
   

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