aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/pr.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-25 21:32:42 +0000
committerrsc <devnull@localhost>2004-04-25 21:32:42 +0000
commit1d14d0abf183d4c4eb7b1a796b884162984a52d2 (patch)
tree4f4217ee9a412cbea0d5c9dbb6ca68b14620cdf0 /src/cmd/pr.c
parent10495dd32468a290704d0bd15346e7f66efce3d1 (diff)
downloadplan9port-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.c2
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)
{