From af81e664a83f4e0b8acc6615080f9cc7c22fc3ca Mon Sep 17 00:00:00 2001 From: wpaul Date: Sun, 26 Feb 1995 21:11:08 +0000 Subject: The bootparam protocol file needs some extra includes in FreeBSD in order to properly resolve some definitions in . I suppose nobody noticed this before because no one's tried to build bootparamd in FreeBSD until now. (Yes, you read that right: I've got bootparamd ready to go. And rarpd is on the way. :) --- include/rpcsvc/bootparam_prot.x | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/rpcsvc') diff --git a/include/rpcsvc/bootparam_prot.x b/include/rpcsvc/bootparam_prot.x index 44c1e68..a6d4f0e 100644 --- a/include/rpcsvc/bootparam_prot.x +++ b/include/rpcsvc/bootparam_prot.x @@ -41,12 +41,16 @@ %#include %#include %#include +%#include +%#include +%#include +%#include %#include #else %#ifndef lint %/*static char sccsid[] = "from: @(#)bootparam_prot.x 1.2 87/06/24 Copyr 1987 Sun Micro";*/ %/*static char sccsid[] = "from: @(#)bootparam_prot.x 2.1 88/08/01 4.0 RPCSRC";*/ -%static char rcsid[] = "$Id: bootparam_prot.x,v 1.1 1993/09/14 17:42:42 jtc Exp $"; +%static char rcsid[] = "bootparam_prot.x,v 1.1 1994/08/04 19:01:44 wollman Exp"; %#endif /* not lint */ #endif -- cgit v1.1