Deleted Added
full compact
ypupdated_server.c (90298) ypupdated_server.c (114601)
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

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

31 *
32 * ypupdate server implementation
33 *
34 * Written by Bill Paul <wpaul@ctr.columbia.edu>
35 * Center for Telecommunications Research
36 * Columbia University, New York City
37 */
38
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

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

31 *
32 * ypupdate server implementation
33 *
34 * Written by Bill Paul <wpaul@ctr.columbia.edu>
35 * Center for Telecommunications Research
36 * Columbia University, New York City
37 */
38
39#ifndef lint
40static const char rcsid[] =
41 "$FreeBSD: head/usr.sbin/rpc.ypupdated/ypupdated_server.c 90298 2002-02-06 15:26:07Z des $";
42#endif /* not lint */
39#include <sys/cdefs.h>
40__FBSDID("$FreeBSD: head/usr.sbin/rpc.ypupdated/ypupdated_server.c 114601 2003-05-03 21:06:42Z obrien $");
43
44#include <stdio.h>
45#include <rpc/rpc.h>
46#include <rpc/key_prot.h>
47#include <sys/param.h>
48#include <sys/cdefs.h>
49#include <rpcsvc/yp.h>
50#include "ypupdate_prot.h"

--- 180 unchanged lines hidden ---
41
42#include <stdio.h>
43#include <rpc/rpc.h>
44#include <rpc/key_prot.h>
45#include <sys/param.h>
46#include <sys/cdefs.h>
47#include <rpcsvc/yp.h>
48#include "ypupdate_prot.h"

--- 180 unchanged lines hidden ---