diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-09-19 22:04:28 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-09-19 22:04:28 +0000 |
commit | 0b00772e37e4306234e8dce4b065e2a3ca1590da (patch) | |
tree | 8f9cdff9d359e0cc09e7ced84d4c0d1dcf582756 | |
parent | 0385520e72c1f1c50877fab44c4abb4623eb5d26 (diff) |
Notes
-rw-r--r-- | lib/libc/gen/ntp_gettime.c | 4 |
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; |