A library for locking devices
Go to file
Sebastian Kisela ffb4a7f7dd Explicitly include<sys/sysmacros.h>due to upstream
According to https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=NEWS;hb=HEAD
(glibc changelog) the below happened, therefore explicitly include
<sys/sysmacros.h>

"
...
The macros 'major', 'minor', and 'makedev' are now only available from
the header <sys/sysmacros.h>; not from <sys/types.h> or various other
headers that happen to include <sys/types.h>.  These macros are rarely
used, not part of POSIX nor XSI, and their names frequently collide with
user code; see https://sourceware.org/bugzilla/show_bug.cgi?id=19239 for
further explanation.

<sys/sysmacros.h> is a GNU extension.  Portable programs that require
these macros should first include <sys/types.h>, and then include
<sys/sysmacros.h> if __GNU_LIBRARY__ is defined.
...
"
2018-07-25 10:01:51 +02:00
.gitignore pre 1.0.4 nightly snapshot 2011-10-19 12:14:42 +02:00
0001-major-and-minor-functions-moved-to-sysmacros.h.patch Explicitly include<sys/sysmacros.h>due to upstream 2018-07-25 10:01:51 +02:00
lockdev-euidaccess.patch better euidaccess.patch from Paolo Bonzini (#600636#c33) 2014-09-18 14:39:31 +02:00
lockdev.spec Explicitly include<sys/sysmacros.h>due to upstream 2018-07-25 10:01:51 +02:00
sources pre 1.0.4 nightly snapshot 2011-10-19 12:14:42 +02:00