mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-09 11:20:59 +00:00
Merge pull request #2813 from brauner/2019-01-27/bugfixes_2
compiler: remove deprecated and unneeded header
This commit is contained in:
commit
ca5a24d334
@ -30,7 +30,6 @@
|
|||||||
#define _PRLIMIT_H
|
#define _PRLIMIT_H
|
||||||
|
|
||||||
#include <linux/resource.h>
|
#include <linux/resource.h>
|
||||||
#include <sys/cdefs.h>
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
#define RLIM_SAVED_CUR RLIM_INFINITY
|
#define RLIM_SAVED_CUR RLIM_INFINITY
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
#ifndef _GNU_SOURCE
|
#ifndef _GNU_SOURCE
|
||||||
#define _GNU_SOURCE 1
|
#define _GNU_SOURCE 1
|
||||||
#endif
|
#endif
|
||||||
#include <sys/cdefs.h>
|
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user