summaryrefslogtreecommitdiff
path: root/usr.sbin/yppoll
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2002-01-19 23:20:02 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2002-01-19 23:20:02 +0000
commit170ac683f26f1d05a019b0623b51b4b8f4576ada (patch)
tree262f00c422f3272c4031c870d746ed14c2f757d5 /usr.sbin/yppoll
parent819a1420800a21ed5a99c96dd27e806dd971e041 (diff)
downloadsrc-test2-170ac683f26f1d05a019b0623b51b4b8f4576ada.tar.gz
src-test2-170ac683f26f1d05a019b0623b51b4b8f4576ada.zip
Notes
Diffstat (limited to 'usr.sbin/yppoll')
-rw-r--r--usr.sbin/yppoll/yppoll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/yppoll/yppoll.c b/usr.sbin/yppoll/yppoll.c
index b473c711af58..207152c593ca 100644
--- a/usr.sbin/yppoll/yppoll.c
+++ b/usr.sbin/yppoll/yppoll.c
@@ -88,7 +88,7 @@ char **argv;
r = yp_order(domainname, inmap, &order);
if (r != 0)
errx(1, "no such map %s. Reason: %s", inmap, yperr_string(r));
- t = int_to_time(order);
+ t = _int_to_time(order);
printf("Map %s has order number %d. %s", inmap, order, ctime(&t));
r = yp_master(domainname, inmap, &master);
if (r != 0)