fixed typo

This commit is contained in:
ceriel 1990-06-05 09:50:28 +00:00
parent 3de1e669b2
commit 6df0ecdf8f

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;
};