2005-01-23 Joel Sherrill <joel@OARcorp.com>

* tod.c: Change type of RTC_Count to size_t.
This commit is contained in:
Joel Sherrill
2005-01-23 15:04:00 +00:00
parent 0edbe88b97
commit cbe03572eb
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2005-01-23 Joel Sherrill <joel@OARcorp.com>
* tod.c: Change type of RTC_Count to size_t.
2004-12-10 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 704/bsps.

View File

@@ -15,7 +15,7 @@
* Configuration Information
*/
extern unsigned long RTC_Count;
extern size_t RTC_Count;
extern rtems_device_minor_number RTC_Minor;
int RTC_Present;