Deleted Added
full compact
ypupdated_main.c (47442) ypupdated_main.c (50479)
1/*
2 * Copyright (c) 1995, 1996
3 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 * SUCH DAMAGE.
31 */
32
33#ifndef lint
34static const char rcsid[] =
1/*
2 * Copyright (c) 1995, 1996
3 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 * SUCH DAMAGE.
31 */
32
33#ifndef lint
34static const char rcsid[] =
35 "$Id: ypupdated_main.c,v 1.2 1997/10/13 11:21:01 charnier Exp $";
35 "$FreeBSD: head/usr.sbin/rpc.ypupdated/ypupdated_main.c 50479 1999-08-28 01:35:59Z peter $";
36#endif /* not lint */
37
38#include "ypupdate_prot.h"
39#include <stdio.h>
40#include <stdlib.h> /* getenv, exit */
41#include <rpc/pmap_clnt.h> /* for pmap_unset */
42#include <string.h> /* strcmp */
43#include <signal.h>

--- 246 unchanged lines hidden ---
36#endif /* not lint */
37
38#include "ypupdate_prot.h"
39#include <stdio.h>
40#include <stdlib.h> /* getenv, exit */
41#include <rpc/pmap_clnt.h> /* for pmap_unset */
42#include <string.h> /* strcmp */
43#include <signal.h>

--- 246 unchanged lines hidden ---