From: Jim Rees Date: Tue, 18 Mar 2003 14:30:48 +0000 (+0000) Subject: fix-my-screwup-20030318 X-Git-Tag: openafs-devel-1_3_50~307 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=668e5d7ef502f6ffaf56c88f4446501e713ac6bb;p=packages%2Fo%2Fopenafs.git fix-my-screwup-20030318 Back out my last unnecessary "fix." --- diff --git a/src/viced/afsfileprocs.c b/src/viced/afsfileprocs.c index c10fbf9ff..b392099af 100644 --- a/src/viced/afsfileprocs.c +++ b/src/viced/afsfileprocs.c @@ -7171,7 +7171,6 @@ void init_sys_error_to_et(void) { sys2et[ENOTEMPTY] = UAENOTEMPTY; sys2et[ELOOP] = UAELOOP; sys2et[EWOULDBLOCK] = UAEWOULDBLOCK; -#ifdef __linux__ sys2et[ENOMSG] = UAENOMSG; sys2et[EIDRM] = UAEIDRM; sys2et[ECHRNG] = UAECHRNG; @@ -7255,7 +7254,6 @@ void init_sys_error_to_et(void) { sys2et[EDQUOT] = UAEDQUOT; sys2et[ENOMEDIUM] = UAENOMEDIUM; sys2et[EMEDIUMTYPE] = UAEMEDIUMTYPE; -#endif } afs_int32 sys_error_to_et(afs_int32 in) {