Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 19 Mar 2002 13:42:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 19 Mar 2002 13:42:45 -0500 Received: from hermes.fachschaften.tu-muenchen.de ([129.187.176.19]:14075 "HELO hermes.fachschaften.tu-muenchen.de") by vger.kernel.org with SMTP id ; Tue, 19 Mar 2002 13:42:34 -0500 Date: Tue, 19 Mar 2002 19:42:27 +0100 (CET) From: Adrian Bunk X-X-Sender: bunk@mimas.fachschaften.tu-muenchen.de To: Alan Cox cc: linux-kernel@vger.kernel.org Subject: Re: Linux 2.4.19pre3-ac2 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi Alan, it seems one call of do_munmap was forgotten: <-- snip --> ... gcc -D__KERNEL__ -I/home/bunk/linux/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=k6 -DKBUILD_BASENAME=shm -c -o shm.o shm.c shm.c: In function `sys_shmdt': shm.c:682: too few arguments to function `do_munmap' make[2]: *** [shm.o] Error 1 make[2]: Leaving directory `/home/bunk/linux/linux/ipc' make[1]: *** [first_rule] Error 2 make[1]: Leaving directory `/home/bunk/linux/linux/ipc' make: *** [_dir_ipc] Error 2 <-- snip --> cu Adrian - 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/