summaryrefslogtreecommitdiffstats
path: root/contrib/bind/bin/named/ns_glue.c
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-10-31 12:35:45 +0000
committerasmodai <asmodai@FreeBSD.org>2000-10-31 12:35:45 +0000
commitb5459c5b45e8d87dcdb3d5a0ddc31ca631a18480 (patch)
treeec4d7d21514a97aec7ad9db79cabb486f981b420 /contrib/bind/bin/named/ns_glue.c
parent1f7d1df733cba8003f78ea73b609bf5ad47db279 (diff)
parent90887e8f5bdae690c1ceca0ae12853e5e66c5282 (diff)
downloadFreeBSD-src-b5459c5b45e8d87dcdb3d5a0ddc31ca631a18480.zip
FreeBSD-src-b5459c5b45e8d87dcdb3d5a0ddc31ca631a18480.tar.gz
This commit was generated by cvs2svn to compensate for changes in r68068,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/bind/bin/named/ns_glue.c')
-rw-r--r--contrib/bind/bin/named/ns_glue.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/bind/bin/named/ns_glue.c b/contrib/bind/bin/named/ns_glue.c
index 9c40dde..8360ad5 100644
--- a/contrib/bind/bin/named/ns_glue.c
+++ b/contrib/bind/bin/named/ns_glue.c
@@ -1,5 +1,5 @@
#if !defined(lint) && !defined(SABER)
-static const char rcsid[] = "$Id: ns_glue.c,v 8.16 2000/04/21 06:50:18 vixie Exp $";
+static const char rcsid[] = "$Id: ns_glue.c,v 8.17 2000/07/17 07:36:52 vixie Exp $";
#endif /* not lint */
/*
@@ -252,6 +252,7 @@ void
gettime(struct timeval *ttp) {
if (gettimeofday(ttp, NULL) < 0)
ns_error(ns_log_default, "gettimeofday: %s", strerror(errno));
+ INSIST(ttp->tv_usec >= 0 && ttp->tv_usec < 1000000);
}
/*
OpenPOWER on IntegriCloud