diff options
author | rsc <devnull@localhost> | 2004-04-25 21:32:42 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-25 21:32:42 +0000 |
commit | 1d14d0abf183d4c4eb7b1a796b884162984a52d2 (patch) | |
tree | 4f4217ee9a412cbea0d5c9dbb6ca68b14620cdf0 /src/cmd/pr.c | |
parent | 10495dd32468a290704d0bd15346e7f66efce3d1 (diff) | |
download | plan9port-1d14d0abf183d4c4eb7b1a796b884162984a52d2.tar.gz plan9port-1d14d0abf183d4c4eb7b1a796b884162984a52d2.tar.bz2 plan9port-1d14d0abf183d4c4eb7b1a796b884162984a52d2.zip |
getdate is in sun libc.
Diffstat (limited to 'src/cmd/pr.c')
-rw-r--r-- | src/cmd/pr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/pr.c b/src/cmd/pr.c index 934cfa5e..991572b1 100644 --- 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) { |