Commit 2547ad6b authored by Russ Cox's avatar Russ Cox

lib9: fix windows build

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5362045
parent 3f4a91d7
......@@ -22,7 +22,7 @@ p9ctime(long t)
tm->tm_hour,
tm->tm_min,
tm->tm_sec,
tm->tm_zone,
"XXX", // tm_zone is unavailable on windows, and no one cares
tm->tm_year + 1900);
return buf;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment