Deleted Added
full compact
rmpproto.c (37769) rmpproto.c (50476)
1/*
2 * Copyright (c) 1988, 1992 The University of Utah and the Center
3 * for Software Science (CSS).
4 * Copyright (c) 1992, 1993
5 * The Regents of the University of California. All rights reserved.
6 *
7 * This code is derived from software contributed to Berkeley by
8 * the Center for Software Science of the University of Utah Computer

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

44 * Author: Jeff Forys, University of Utah CSS
45 */
46
47#ifndef lint
48#if 0
49static const char sccsid[] = "@(#)rmpproto.c 8.1 (Berkeley) 6/4/93";
50#endif
51static const char rcsid[] =
1/*
2 * Copyright (c) 1988, 1992 The University of Utah and the Center
3 * for Software Science (CSS).
4 * Copyright (c) 1992, 1993
5 * The Regents of the University of California. All rights reserved.
6 *
7 * This code is derived from software contributed to Berkeley by
8 * the Center for Software Science of the University of Utah Computer

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

44 * Author: Jeff Forys, University of Utah CSS
45 */
46
47#ifndef lint
48#if 0
49static const char sccsid[] = "@(#)rmpproto.c 8.1 (Berkeley) 6/4/93";
50#endif
51static const char rcsid[] =
52 "$Id: rmpproto.c,v 1.4 1997/11/24 07:33:41 charnier Exp $";
52 "$FreeBSD: head/libexec/rbootd/rmpproto.c 50476 1999-08-28 00:22:10Z peter $";
53#endif /* not lint */
54
55#include <sys/param.h>
56#include <sys/time.h>
57
58#include <errno.h>
59#include <fcntl.h>
60#include <stdio.h>

--- 538 unchanged lines hidden ---
53#endif /* not lint */
54
55#include <sys/param.h>
56#include <sys/time.h>
57
58#include <errno.h>
59#include <fcntl.h>
60#include <stdio.h>

--- 538 unchanged lines hidden ---