fixed typo

This commit is contained in:
ceriel 1990-06-05 09:50:28 +00:00
parent 472dd9f563
commit 16ae54ece3

View File

@ -26,7 +26,7 @@ int _gettimeofday(struct timeval *tp, struct timezone *tzp);
#if !defined(_MINIX) /* MINIX has no ftime() */
struct timeb {
long time;
undigned short millitm;
unsigned short millitm;
short timezone;
short dstflag;
};