■掲示板に戻る■ 1- 最新10

レス数が900を超えています。1000を超えると表示できなくなるよ。

2ch閉鎖の危機なんだと(Part2.1)

[703:名無しさん@お腹いっぱい。 (2001/08/26(日) 03:02)]
>>696
こうなってますけど本当ですか?
if(gzip_flag) {
pipe(pipefds);
if(pid=fork() == 0){
//child
dup2(pipefds[0], 0);
close(pipefds[0]);
close(pipefds[1]);
execl("/bin/gzip", "gzip", "-cf", NULL);
printf ("Error can't exec\n");
exit(1);
}
//parent
dup2(pipefds[1], 1);
close(pipefds[0]);
close(pipefds[1]);
}

//put 2048byte
fflush(stdout);
while(whitespace--)putchar(' ');
fflush(stdout);


次10 前10 最新10
NAME:MAIL:

read.cgi ver5.26+ (01/10/21-)