2020: update lib source files (trying to compile on 32 bits arch)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* bits.h - bits functions.
|
||||
/* br.h - misc macros.
|
||||
*
|
||||
* Copyright (C) 2021-2022 Bruno Raoult ("br")
|
||||
* Licensed under the GNU General Public License v3.0 or later.
|
||||
|
@@ -8,7 +8,6 @@
|
||||
/* Fast hashing routine for ints, longs and pointers.
|
||||
(C) 2002 Nadia Yvette Chambers, IBM */
|
||||
|
||||
#include <asm/types.h>
|
||||
#include <asm/bitsperlong.h>
|
||||
#include "bits.h"
|
||||
#include "br.h"
|
||||
|
@@ -12,8 +12,6 @@
|
||||
#define _LINUX_HASHTABLE_H
|
||||
|
||||
#include "list.h"
|
||||
#include <linux/types.h>
|
||||
#include <linux/kernel.h>
|
||||
#include "hash.h"
|
||||
//#include <linux/rculist.h>
|
||||
|
||||
|
Reference in New Issue
Block a user