<libkern/libkern.h> has moved to <sys/libkern.h> (repository copy).

Since /usr/include/libkern doesn't and shouldn't exist, this is the
least evil way to handle this.
This commit is contained in:
Poul-Henning Kamp 1995-03-17 06:15:40 +00:00
parent 48c51d3282
commit 5edd0e154f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7109
5 changed files with 10 additions and 10 deletions

View File

@ -31,10 +31,10 @@
* SUCH DAMAGE.
*
* @(#)locc.c 8.1 (Berkeley) 6/10/93
* $Id$
* $Id: locc.c,v 1.2 1994/08/02 07:44:04 davidg Exp $
*/
#include <libkern/libkern.h>
#include <sys/libkern.h>
int
locc(mask0, cp0, size)

View File

@ -31,10 +31,10 @@
* SUCH DAMAGE.
*
* @(#)random.c 8.1 (Berkeley) 6/10/93
* $Id$
* $Id: random.c,v 1.2 1994/08/02 07:44:23 davidg Exp $
*/
#include <libkern/libkern.h>
#include <sys/libkern.h>
/*
* Pseudo-random number generator for randomizing the profiling clock,

View File

@ -32,10 +32,10 @@
*
* @(#)scanc.c 8.1 (Berkeley) 6/10/93
*
* $Id$
* $Id: scanc.c,v 1.2 1994/08/02 07:44:27 davidg Exp $
*/
#include <libkern/libkern.h>
#include <sys/libkern.h>
int
scanc(size, cp, table, mask0)

View File

@ -32,10 +32,10 @@
*
* @(#)skpc.c 8.1 (Berkeley) 6/10/93
*
* $Id$
* $Id: skpc.c,v 1.2 1994/08/02 07:44:29 davidg Exp $
*/
#include <libkern/libkern.h>
#include <sys/libkern.h>
int
skpc(mask0, size, cp0)

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)systm.h 8.4 (Berkeley) 2/23/94
* $Id: systm.h,v 1.14 1995/02/14 06:15:25 phk Exp $
* $Id: systm.h,v 1.15 1995/03/16 18:16:32 bde Exp $
*/
#ifndef _SYS_SYSTM_H_
@ -159,7 +159,7 @@ void stopprofclock __P((struct proc *));
void setstatclockrate __P((int hzrate));
void hardupdate __P((long));
#include <libkern/libkern.h>
#include <sys/libkern.h>
/* Initialize the world */
extern void consinit(void);