comparison lib/protocols.c @ 16:ddb983d8574b

* Improved directory sorting algorithm * More large file support * Included config.sub, install-sh, missing, mkinstalldirs from automake 1.4
author masneyb
date Mon, 09 Sep 2002 13:29:19 +0000
parents 83090328581e
children c8ec7877432e
comparison
equal deleted inserted replaced
15:82fabd6ef1c4 16:ddb983d8574b
1922 #if defined (_LARGEFILE_SOURCE) 1922 #if defined (_LARGEFILE_SOURCE)
1923 printf ("%s:%s:%lld:%lld:%s:%s:%s\n", 1923 printf ("%s:%s:%lld:%lld:%s:%s:%s\n",
1924 #else 1924 #else
1925 printf ("%s:%s:%ld:%ld:%s:%s:%s\n", 1925 printf ("%s:%s:%ld:%ld:%s:%s:%s\n",
1926 #endif 1926 #endif
1927 tempfle->file, tempfle->destfile, 1927 tempfle->file, tempfle->destfile,
1928 tempfle->size, tempfle->startsize, tempfle->user, tempfle->group, 1928 tempfle->size, tempfle->startsize,
1929 tempfle->attribs); 1929 tempfle->user, tempfle->group, tempfle->attribs);
1930 if (templist->next == NULL) 1930 if (templist->next == NULL)
1931 break; 1931 break;
1932 } 1932 }
1933 1933
1934 printf ("--START OF FILE LISTING - BOTTOM TO TOP--\n"); 1934 printf ("--START OF FILE LISTING - BOTTOM TO TOP--\n");
1938 #if defined (_LARGEFILE_SOURCE) 1938 #if defined (_LARGEFILE_SOURCE)
1939 printf ("%s:%s:%lld:%lld:%s:%s:%s\n", 1939 printf ("%s:%s:%lld:%lld:%s:%s:%s\n",
1940 #else 1940 #else
1941 printf ("%s:%s:%ld:%ld:%s:%s:%s\n", 1941 printf ("%s:%s:%ld:%ld:%s:%s:%s\n",
1942 #endif 1942 #endif
1943 tempfle->file, tempfle->destfile, 1943 tempfle->file, tempfle->destfile,
1944 tempfle->size, tempfle->startsize, tempfle->user, tempfle->group, 1944 tempfle->size, tempfle->startsize,
1945 tempfle->attribs); 1945 tempfle->user, tempfle->group, tempfle->attribs);
1946 if (templist == list) 1946 if (templist == list)
1947 break; 1947 break;
1948 } 1948 }
1949 printf ("--END OF FILE LISTING--\n"); 1949 printf ("--END OF FILE LISTING--\n");
1950 } 1950 }