I add #include <sys/user.h>

This commit is contained in:
Poul-Henning Kamp 1995-10-28 20:11:18 +00:00
parent febbdcfd7b
commit 8b9b0e39a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11890
2 changed files with 4 additions and 2 deletions

View File

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: keyword.c,v 1.6 1995/09/04 01:22:40 peter Exp $
* $Id: keyword.c,v 1.7 1995/09/26 17:48:58 peter Exp $
*/
#ifndef lint
@ -57,6 +57,7 @@ static char sccsid[] = "@(#)keyword.c 8.5 (Berkeley) 4/2/94";
#ifdef NEWVM
#include <sys/ucred.h>
#include <sys/user.h>
#include <sys/sysctl.h>
#endif

View File

@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: print.c,v 1.9 1995/09/04 01:22:41 peter Exp $
* $Id: print.c,v 1.10 1995/09/26 17:48:59 peter Exp $
*/
#ifndef lint
@ -49,6 +49,7 @@ static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94";
#ifdef NEWVM
#include <sys/ucred.h>
#include <sys/user.h>
#include <sys/sysctl.h>
#include <vm/vm.h>
#else