aboutsummaryrefslogtreecommitdiff
path: root/libexec/rbootd/rmpproto.c
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1997-11-24 07:33:42 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1997-11-24 07:33:42 +0000
commiteb0b829002f0d5a509c87a40294ee7f9911c8ae3 (patch)
treed8dcb09623378c59c196b47e15627f4fb60210f4 /libexec/rbootd/rmpproto.c
parentad17ca10b725824a4bb2a64040fee1deac6ec30f (diff)
downloadsrc-eb0b829002f0d5a509c87a40294ee7f9911c8ae3.tar.gz
src-eb0b829002f0d5a509c87a40294ee7f9911c8ae3.zip
Add usage(), rcsids.
Notes
Notes: svn path=/head/; revision=31386
Diffstat (limited to 'libexec/rbootd/rmpproto.c')
-rw-r--r--libexec/rbootd/rmpproto.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/rbootd/rmpproto.c b/libexec/rbootd/rmpproto.c
index 31102e8b47f2..9a68e3c62983 100644
--- a/libexec/rbootd/rmpproto.c
+++ b/libexec/rbootd/rmpproto.c
@@ -39,14 +39,17 @@
* SUCH DAMAGE.
*
* from: @(#)rmpproto.c 8.1 (Berkeley) 6/4/93
- * $Id: rmpproto.c,v 1.2 1997/06/29 19:00:24 steve Exp $
*
* From: Utah Hdr: rmpproto.c 3.1 92/07/06
* Author: Jeff Forys, University of Utah CSS
*/
#ifndef lint
+#if 0
static const char sccsid[] = "@(#)rmpproto.c 8.1 (Berkeley) 6/4/93";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <sys/param.h>