From ec3a8a03479965f6877cde0353ce1625d9502b4f Mon Sep 17 00:00:00 2001 From: ths Date: Fri, 26 Jan 2007 17:18:49 +0000 Subject: [PATCH] ENODEV works also for __sun__, the magic number 4097 stemmed from the windows support. --- vl.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/vl.h b/vl.h index c0df5795..41b546de 100644 --- a/vl.h +++ b/vl.h @@ -45,9 +45,6 @@ #define O_BINARY 0 #endif -#ifdef __sun__ -#define ENOMEDIUM 4097 -#endif #ifndef ENOMEDIUM #define ENOMEDIUM ENODEV #endif -- 2.39.5