mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-11 04:32:03 +00:00

In order to ensure no backward/forward compatiablity problems, make sure that all kernel headers used come from the local copy. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
6 lines
68 B
C
6 lines
68 B
C
|
|
|
|
#ifndef __always_inline
|
|
#define __always_inline __inline__
|
|
#endif
|