From owner-freebsd-audit Sat Jul 21 9:12:26 2001 Delivered-To: freebsd-audit@freebsd.org Received: from assaris.sics.se (h122n4fls32o892.telia.com [213.64.47.122]) by hub.freebsd.org (Postfix) with ESMTP id 4D94437B403; Sat, 21 Jul 2001 09:12:22 -0700 (PDT) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id SAA25213; Sat, 21 Jul 2001 18:12:35 +0200 (CEST) (envelope-from assar) To: grog@freebsd.org, audit@freebsd.org Subject: removing extra prototypes from vinum? From: Assar Westerlund Date: 21 Jul 2001 18:12:34 +0200 Message-ID: <5llmli6z2l.fsf@assaris.sics.se> Lines: 37 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Any comments/thoughts/objections on these patches to vinum? /assar Index: vinumext.h =================================================================== RCS file: /home/ncvs/src/sys/dev/vinum/vinumext.h,v retrieving revision 1.29 diff -u -w -r1.29 vinumext.h --- vinumext.h 2001/05/23 05:26:40 1.29 +++ vinumext.h 2001/07/21 16:11:11 @@ -159,10 +159,7 @@ int vinum_rqinfo(caddr_t data); void LongJmp(jmp_buf, int); char *basename(char *); -#else -void longjmp(jmp_buf, int); /* the kernel doesn't define this */ #endif -int setjmp(jmp_buf); void expand_table(void **, int, int); Index: vinummemory.c =================================================================== RCS file: /home/ncvs/src/sys/dev/vinum/vinummemory.c,v retrieving revision 1.27 diff -u -w -r1.27 vinummemory.c --- vinummemory.c 2001/05/23 23:24:04 1.27 +++ vinummemory.c 2001/07/21 16:11:11 @@ -41,7 +41,6 @@ #ifdef VINUMDEBUG #undef longjmp /* this was defined as LongJmp */ -void longjmp(jmp_buf, int); /* the kernel doesn't define this */ #include extern struct rqinfo rqinfo[]; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message