Date: Wed, 8 May 2002 06:52:52 -0700 (PDT) From: David Wolfskill <david@catwhisker.org> To: des@freebsd.org Cc: current@freebsd.org Subject: Re: cvs commit: src/lib/libutil Makefile libutil.h pw_util.c Message-ID: <200205081352.g48Dqqej086440@bunrab.catwhisker.org>
next in thread | raw e-mail | index | archive | help
I see that you changed src/lib/libutil/pw_util.c to #include <libutil.h> instead of #include "pw_util.h" in rev. 1.24. Should a similar change be made to src/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h? On line 39 of that file, I still see #include <pw_util.h> which seems to be a catalyst for: In file included from /usr/src/usr.sbin/rpc.yppasswdd/yppasswdd_server.c:61: /usr/src/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h:39: pw_util.h: No such file or directory mkdep: compile failed *** Error code 1 1 error Thanks, david -- David H. Wolfskill david@catwhisker.org Microsoft products -- for those times when reliability just doesn't matter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205081352.g48Dqqej086440>