Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 25 Mar 2003 00:40:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 25 Mar 2003 00:40:27 -0500 Received: from hera.cwi.nl ([192.16.191.8]:34713 "EHLO hera.cwi.nl") by vger.kernel.org with ESMTP id ; Tue, 25 Mar 2003 00:40:26 -0500 From: Andries.Brouwer@cwi.nl Date: Tue, 25 Mar 2003 06:51:33 +0100 (MET) Message-Id: To: linux-kernel@vger.kernel.org, torvalds@transmeta.com Subject: Re: Linux 2.5.66 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 858 Lines: 22 Good! But I don't see my compilation fixes. Will resend. Below a new one. Andries diff -u --recursive --new-file -X /linux/dontdiff a/fs/partitions/msdos.c b/fs/partitions/msdos.c --- a/fs/partitions/msdos.c Mon Feb 24 23:02:56 2003 +++ b/fs/partitions/msdos.c Tue Mar 25 06:22:31 2003 @@ -219,7 +219,7 @@ * Create devices for BSD partitions listed in a disklabel, under a * dos-like partition. See parse_extended() for more information. */ -static void +void parse_bsd(struct parsed_partitions *state, struct block_device *bdev, u32 offset, u32 size, int origin, char *flavour, int max_partitions) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/