summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/ntp_gettime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/ntp_gettime.c b/lib/libc/gen/ntp_gettime.c
index 13331fc62ce5..feae846fbc2e 100644
--- a/lib/libc/gen/ntp_gettime.c
+++ b/lib/libc/gen/ntp_gettime.c
@@ -33,7 +33,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
static const char rcsid[] =
- "$Id$";
+ "$Id: ntp_gettime.c,v 1.1 1994/09/18 20:29:46 wollman Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
@@ -42,7 +42,7 @@ static const char rcsid[] =
#include <sys/timex.h>
int
-gethostname(struct ntptimeval *ntv)
+ntp_gettime(struct ntptimeval *ntv)
{
int mib[3];
struct ntptimeval tv;