getdate is in sun libc.

This commit is contained in:
rsc 2004-04-25 21:32:42 +00:00
parent 10495dd324
commit 1d14d0abf1

View file

@ -111,6 +111,8 @@ extern void putspace(void);
/* /*
* return date file was last modified * return date file was last modified
*/ */
#define getdate prgetdate
char* char*
getdate(void) getdate(void)
{ {