Deleted Added
full compact
auth_time.c (74462) auth_time.c (90271)
1#pragma ident "@(#)auth_time.c 1.4 92/11/10 SMI"
1/* #pragma ident "@(#)auth_time.c 1.4 92/11/10 SMI" */
2
3/*
4 * auth_time.c
5 *
6 * This module contains the private function __rpc_get_time_offset()
7 * which will return the difference in seconds between the local system's
8 * notion of time and a remote server's notion of time. This must be
9 * possible without calling any functions that may invoke the name

--- 11 unchanged lines hidden (view full) ---

21 * All rights reserved.
22 *
23 * Side effects :
24 * When called a client handle to a RPCBIND process is created
25 * and destroyed. Two strings "netid" and "uaddr" are malloc'd
26 * and returned. The SIGALRM processing is modified only if
27 * needed to deal with TCP connections.
28 *
2
3/*
4 * auth_time.c
5 *
6 * This module contains the private function __rpc_get_time_offset()
7 * which will return the difference in seconds between the local system's
8 * notion of time and a remote server's notion of time. This must be
9 * possible without calling any functions that may invoke the name

--- 11 unchanged lines hidden (view full) ---

21 * All rights reserved.
22 *
23 * Side effects :
24 * When called a client handle to a RPCBIND process is created
25 * and destroyed. Two strings "netid" and "uaddr" are malloc'd
26 * and returned. The SIGALRM processing is modified only if
27 * needed to deal with TCP connections.
28 *
29 * NOTE: This code has had the crap beaten out it in order to convert
30 * it from TI-RPC back to TD-RPC for use on FreeBSD.
31 *
32 * $FreeBSD: head/lib/libc/rpc/auth_time.c 74462 2001-03-19 12:50:13Z alfred $
29 * $FreeBSD: head/lib/libc/rpc/auth_time.c 90271 2002-02-05 23:43:43Z alfred $
33 */
34#include "namespace.h"
35#include <stdio.h>
36#include <syslog.h>
37#include <string.h>
38#include <stdlib.h>
39#include <unistd.h>
40#include <netdb.h>

--- 456 unchanged lines hidden ---
30 */
31#include "namespace.h"
32#include <stdio.h>
33#include <syslog.h>
34#include <string.h>
35#include <stdlib.h>
36#include <unistd.h>
37#include <netdb.h>

--- 456 unchanged lines hidden ---