[lxc-devel] [lxc/master] compiler: remove deprecated and unneeded header

brauner on Github lxc-bot at linuxcontainers.org
Sun Jan 27 22:03:41 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 364 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190127/312bcc61/attachment.bin>
-------------- next part --------------
From 0f3a3e1a47a6570fe950089114bd4457bb7c7b62 Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brauner at ubuntu.com>
Date: Sun, 27 Jan 2019 23:02:49 +0100
Subject: [PATCH] compiler: remove deprecated and unneeded header

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
---
 src/lxc/compiler.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lxc/compiler.h b/src/lxc/compiler.h
index 7fd5ea1315..e8c291ce57 100644
--- a/src/lxc/compiler.h
+++ b/src/lxc/compiler.h
@@ -23,7 +23,6 @@
 #ifndef _GNU_SOURCE
 #define _GNU_SOURCE 1
 #endif
-#include <sys/cdefs.h>
 
 #include "config.h"
 


More information about the lxc-devel mailing list