diff options
Diffstat (limited to 'lib/errname.c')
| -rw-r--r-- | lib/errname.c | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/errname.c b/lib/errname.c index dd1b998552cd..4f9112b38f3a 100644 --- a/lib/errname.c +++ b/lib/errname.c @@ -111,9 +111,6 @@ static const char *names_0[] = {  	E(ENOSPC),  	E(ENOSR),  	E(ENOSTR), -#ifdef ENOSYM -	E(ENOSYM), -#endif  	E(ENOSYS),  	E(ENOTBLK),  	E(ENOTCONN), @@ -144,9 +141,6 @@ static const char *names_0[] = {  #endif  	E(EREMOTE),  	E(EREMOTEIO), -#ifdef EREMOTERELEASE -	E(EREMOTERELEASE), -#endif  	E(ERESTART),  	E(ERFKILL),  	E(EROFS),  |