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

Diff for /src/usr.bin/at/parsetime.c between version 1.13 and 1.14

version 1.13, 2003/02/20 20:38:08 version 1.14, 2004/06/17 22:09:11
Line 1 
Line 1 
 /*      $OpenBSD$       */  /*      $OpenBSD$       */
   
 /*  /*
  * parsetime.c - parse time for at(1)   * parsetime.c - parse time for at(1)
  * Copyright (C) 1993, 1994  Thomas Koenig   * Copyright (C) 1993, 1994  Thomas Koenig
  *   *
Line 266 
Line 266 
 }  }
   
   
 /*  /*
  * expect() gets a token and returns -1 if it's not the token we want   * expect() gets a token and returns -1 if it's not the token we want
  */   */
 static int  static int
Line 467 
Line 467 
 }  }
   
   
 /*  /*
  * month() picks apart a month specification   * month() picks apart a month specification
  *   *
  *  /[<month> NUMBER [NUMBER]]           \   *  /[<month> NUMBER [NUMBER]]           \

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14