commit 1d14d0abf183d4c4eb7b1a796b884162984a52d2 parent 10495dd32468a290704d0bd15346e7f66efce3d1 Author: rsc <devnull@localhost> Date: Sun, 25 Apr 2004 21:32:42 +0000 getdate is in sun libc. Diffstat:
M | src/cmd/pr.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/cmd/pr.c b/src/cmd/pr.c @@ -111,6 +111,8 @@ extern void putspace(void); /* * return date file was last modified */ +#define getdate prgetdate + char* getdate(void) {