summaryrefslogtreecommitdiffstats
path: root/libexec/rbootd/rmpproto.c
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1997-06-29 19:00:29 +0000
committersteve <steve@FreeBSD.org>1997-06-29 19:00:29 +0000
commit0d992ff3138ae20de7a6f94dd7a46d15618900ad (patch)
treeb7f9efb7b5727705d2c745d83fd97780dc95e4c9 /libexec/rbootd/rmpproto.c
parent8d3c561e32236d0061cc1de5ec7a4224d7ec85f4 (diff)
downloadFreeBSD-src-0d992ff3138ae20de7a6f94dd7a46d15618900ad.zip
FreeBSD-src-0d992ff3138ae20de7a6f94dd7a46d15618900ad.tar.gz
Merge conflicts and make this compile -Wall clean.
Diffstat (limited to 'libexec/rbootd/rmpproto.c')
-rw-r--r--libexec/rbootd/rmpproto.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/libexec/rbootd/rmpproto.c b/libexec/rbootd/rmpproto.c
index 12a6f5c..9120718 100644
--- a/libexec/rbootd/rmpproto.c
+++ b/libexec/rbootd/rmpproto.c
@@ -1,5 +1,3 @@
-/* $NetBSD: rmpproto.c,v 1.7 1996/02/01 21:27:46 mycroft Exp $ */
-
/*
* Copyright (c) 1988, 1992 The University of Utah and the Center
* for Software Science (CSS).
@@ -41,14 +39,14 @@
* SUCH DAMAGE.
*
* from: @(#)rmpproto.c 8.1 (Berkeley) 6/4/93
+ * $Id$
*
* From: Utah Hdr: rmpproto.c 3.1 92/07/06
* Author: Jeff Forys, University of Utah CSS
*/
#ifndef lint
-/*static char sccsid[] = "@(#)rmpproto.c 8.1 (Berkeley) 6/4/93";*/
-static char rcsid[] = "$NetBSD: rmpproto.c,v 1.7 1996/02/01 21:27:46 mycroft Exp $";
+static const char sccsid[] = "@(#)rmpproto.c 8.1 (Berkeley) 6/4/93";
#endif /* not lint */
#include <sys/param.h>
OpenPOWER on IntegriCloud