mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Nuke redefinition of insque and remque.
This commit is contained in:
parent
15e1ca20e4
commit
35b0a40abb
1 changed files with 1 additions and 5 deletions
|
|
@ -36,7 +36,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)systm.h 8.4 (Berkeley) 2/23/94
|
||||
* $Id$
|
||||
* $Id: systm.h,v 1.3 1994/08/02 07:53:44 davidg Exp $
|
||||
*/
|
||||
|
||||
#include <machine/cpufunc.h>
|
||||
|
|
@ -101,10 +101,6 @@ extern struct sysent { /* system call table */
|
|||
|
||||
extern int boothowto; /* reboot flags, from console subsystem */
|
||||
|
||||
/* casts to keep lint happy */
|
||||
#define insque(q,p) _insque((caddr_t)q,(caddr_t)p)
|
||||
#define remque(q) _remque((caddr_t)q)
|
||||
|
||||
/*
|
||||
* General function declarations.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue