ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libeio/eio.c
(Generate patch)

Comparing libeio/eio.c (file contents):
Revision 1.122 by root, Tue Aug 14 04:15:35 2012 UTC vs.
Revision 1.123 by root, Tue Oct 9 04:53:53 2012 UTC

1918 #ifdef DT_FIFO 1918 #ifdef DT_FIFO
1919 case DT_FIFO: ent->type = EIO_DT_FIFO; break; 1919 case DT_FIFO: ent->type = EIO_DT_FIFO; break;
1920 #endif 1920 #endif
1921 #ifdef DT_CHR 1921 #ifdef DT_CHR
1922 case DT_CHR: ent->type = EIO_DT_CHR; break; 1922 case DT_CHR: ent->type = EIO_DT_CHR; break;
1923 #endif 1923 #endif
1924 #ifdef DT_MPC 1924 #ifdef DT_MPC
1925 case DT_MPC: ent->type = EIO_DT_MPC; break; 1925 case DT_MPC: ent->type = EIO_DT_MPC; break;
1926 #endif 1926 #endif
1927 #ifdef DT_DIR 1927 #ifdef DT_DIR
1928 case DT_DIR: ent->type = EIO_DT_DIR; break; 1928 case DT_DIR: ent->type = EIO_DT_DIR; break;
1929 #endif 1929 #endif
1930 #ifdef DT_NAM 1930 #ifdef DT_NAM
1931 case DT_NAM: ent->type = EIO_DT_NAM; break; 1931 case DT_NAM: ent->type = EIO_DT_NAM; break;
1932 #endif 1932 #endif
1933 #ifdef DT_BLK 1933 #ifdef DT_BLK
1934 case DT_BLK: ent->type = EIO_DT_BLK; break; 1934 case DT_BLK: ent->type = EIO_DT_BLK; break;
1935 #endif 1935 #endif
1936 #ifdef DT_MPB 1936 #ifdef DT_MPB
1937 case DT_MPB: ent->type = EIO_DT_MPB; break; 1937 case DT_MPB: ent->type = EIO_DT_MPB; break;
1938 #endif 1938 #endif
1939 #ifdef DT_REG 1939 #ifdef DT_REG
1940 case DT_REG: ent->type = EIO_DT_REG; break; 1940 case DT_REG: ent->type = EIO_DT_REG; break;
1941 #endif 1941 #endif
1942 #ifdef DT_NWK 1942 #ifdef DT_NWK
1943 case DT_NWK: ent->type = EIO_DT_NWK; break; 1943 case DT_NWK: ent->type = EIO_DT_NWK; break;
1944 #endif 1944 #endif
1945 #ifdef DT_CMP 1945 #ifdef DT_CMP
1946 case DT_CMP: ent->type = EIO_DT_CMP; break; 1946 case DT_CMP: ent->type = EIO_DT_CMP; break;
1947 #endif 1947 #endif
1948 #ifdef DT_LNK 1948 #ifdef DT_LNK
1949 case DT_LNK: ent->type = EIO_DT_LNK; break; 1949 case DT_LNK: ent->type = EIO_DT_LNK; break;
1950 #endif 1950 #endif
1951 #ifdef DT_SOCK 1951 #ifdef DT_SOCK
1952 case DT_SOCK: ent->type = EIO_DT_SOCK; break; 1952 case DT_SOCK: ent->type = EIO_DT_SOCK; break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines