Skip to content

Commit

Permalink
libefivar: drop conditional include of sys/sysmacros.h
Browse files Browse the repository at this point in the history
This reverts commit c5685d8 as it has been obsoleted by commit 3ad5aab.

Signed-off-by: Raymund Will <[email protected]>
  • Loading branch information
rw4s authored and vathpela committed Mar 6, 2017
1 parent a6d24f0 commit 35077a9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
#include <sys/stat.h>
#include <unistd.h>

#ifndef major
#include <sys/sysmacros.h>
#endif

#include <efivar.h>
#include <efiboot.h>

Expand Down

0 comments on commit 35077a9

Please sign in to comment.