Skip site navigation (1)Skip section navigation (2)
Date:      21 Jul 2001 18:12:34 +0200
From:      Assar Westerlund <assar@freebsd.org>
To:        grog@freebsd.org, audit@freebsd.org
Subject:   removing extra prototypes from vinum?
Message-ID:  <5llmli6z2l.fsf@assaris.sics.se>

next in thread | raw e-mail | index | archive | help
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 <dev/vinum/request.h>
 extern struct rqinfo rqinfo[];

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-audit" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5llmli6z2l.fsf>