Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 1996 22:49:19 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-current@FreeBSD.org (FreeBSD-current users)
Subject:   Problem building chpass(1)
Message-ID:  <199602252149.WAA04207@uriah.heep.sax.de>

next in thread | raw e-mail | index | archive | help
My ``make world'' stopped while building chpass(1).  It seems that the
following patch is needed.  Can somebody verify that this is the
correct fix (& commit it)?

Index: chpass/chpass.c
===================================================================
RCS file: /home/cvs/src/usr.bin/chpass/chpass.c,v
retrieving revision 1.7
diff -u -u -r1.7 chpass.c
--- chpass.c	1996/02/23 16:08:56	1.7
+++ chpass.c	1996/02/25 17:55:47
@@ -63,6 +63,7 @@
 #include <pw_util.h>
 #include "pw_copy.h"
 #ifdef YP
+#include <rpc/rpc.h>
 #include <rpcsvc/yp.h>
 int yp_errno = YP_TRUE;
 #include "pw_yp.h"

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602252149.WAA04207>