Deleted Added
full compact
auth_time.c (90271) auth_time.c (92990)
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

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

20 * Copyright (c) 1992 Sun Microsystems Inc.
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.
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

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

20 * Copyright (c) 1992 Sun Microsystems Inc.
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 * $FreeBSD: head/lib/libc/rpc/auth_time.c 90271 2002-02-05 23:43:43Z alfred $
30 */
28 */
29
30#include <sys/cdefs.h>
31__FBSDID("$FreeBSD: head/lib/libc/rpc/auth_time.c 92990 2002-03-22 23:18:37Z obrien $");
32
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>
38#include <sys/signal.h>

--- 455 unchanged lines hidden ---
33#include "namespace.h"
34#include <stdio.h>
35#include <syslog.h>
36#include <string.h>
37#include <stdlib.h>
38#include <unistd.h>
39#include <netdb.h>
40#include <sys/signal.h>

--- 455 unchanged lines hidden ---