|
From: Giulio O. <gi...@po...> - 2002-01-04 15:22:50
|
On Fri, 4 Jan 2002 15:52:04 +0100, you wrote: > > ftp.kernel.org:/pub/linux/kernel/people/hch/linux-abi/v2.4/linux-abi-2.4.17.0.patch.gz > ftp.kernel.org:/pub/linux/kernel/people/hch/linux-abi/v2.4/linux-abi-2.4.17.0.patch.bz2 > I have problems gunzipping the patch (downloaded more times) md5sum 9fc1b5b14ff1443d441924c9ff0ddc9c gunzip: linux-abi-2.4.17.0.patch.gz: unexpected end of file $ zcat linux-abi-2.4.17.0.patch.gz > file1 $ tail file1 + if (!abi_signo(regs, &sig)) + return; + newset = (~0UL) & (1UL << (sig-1)); + + if ((error = sys_sigsuspend(0, current->blocked.sig[0], newset) < 0)) + set_error(regs, iABI_errors(-error)); +} + +/* + * T$ <===== truncated line -- gi...@po... |