OSDN Git Service

libefivar: drop conditional include of sys/sysmacros.h
authorRaymund Will <rw@suse.com>
Tue, 21 Feb 2017 14:55:43 +0000 (15:55 +0100)
committerPeter Jones <pjones@redhat.com>
Mon, 6 Mar 2017 21:00:36 +0000 (16:00 -0500)
This reverts commit c5685d8d as it has been obsoleted by commit 3ad5aab6.

Signed-off-by: Raymund Will <rw@suse.com>
src/linux.c

index 68e93fd..34ed479 100644 (file)
 #include <sys/stat.h>
 #include <unistd.h>
 
-#ifndef major
-#include <sys/sysmacros.h>
-#endif
-
 #include <efivar.h>
 #include <efiboot.h>