Use correct define in #ifdef, __linux__ not linux
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
73736adbfd
commit
a7fe2ef700
@ -50,7 +50,7 @@
|
||||
/*
|
||||
* Linux uses EIO instead of EBADFD (mrn 12 May 96)
|
||||
*/
|
||||
#ifdef linux
|
||||
#ifdef __linux__
|
||||
#define EHANGUP EIO
|
||||
#else
|
||||
#define EHANGUP EBADFD
|
||||
|
Loading…
Reference in New Issue
Block a user