summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-03-28 08:53:46 +0000
committergrog <grog@FreeBSD.org>1999-03-28 08:53:46 +0000
commit1df24b0ec01dc81c9f600594f0e1470572b81fde (patch)
tree9fd0522007cc9a9c43a0d395b259145bc0b4ba9e /sys
parent3f46a30c8aec6d814ffbe090b3975592d1a6fe46 (diff)
downloadFreeBSD-src-1df24b0ec01dc81c9f600594f0e1470572b81fde.zip
FreeBSD-src-1df24b0ec01dc81c9f600594f0e1470572b81fde.tar.gz
Remove longjmp declaration.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/vinum/vinumio.c8
-rw-r--r--sys/dev/vinum/vinumioctl.c8
2 files changed, 2 insertions, 14 deletions
diff --git a/sys/dev/vinum/vinumio.c b/sys/dev/vinum/vinumio.c
index 43e179c..ee55e7a 100644
--- a/sys/dev/vinum/vinumio.c
+++ b/sys/dev/vinum/vinumio.c
@@ -33,7 +33,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: vinumio.c,v 1.21 1998/12/30 06:04:31 grog Exp grog $
+ * $Id: vinumio.c,v 1.24 1999/03/23 02:00:52 grog Exp grog $
*/
#define STATIC /* nothing while we're testing XXX */
@@ -45,12 +45,6 @@
#include <dev/vinum/request.h>
#include <miscfs/specfs/specdev.h>
-extern jmp_buf command_fail; /* return on a failed command */
-
-/* Why aren't these declared anywhere? XXX */
-int setjmp(jmp_buf);
-void longjmp(jmp_buf, int);
-
static char *sappend(char *txt, char *s);
static int drivecmp(const void *va, const void *vb);
diff --git a/sys/dev/vinum/vinumioctl.c b/sys/dev/vinum/vinumioctl.c
index aadd1f8..c46764c 100644
--- a/sys/dev/vinum/vinumioctl.c
+++ b/sys/dev/vinum/vinumioctl.c
@@ -37,7 +37,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: vinumioctl.c,v 1.7 1999/01/18 03:36:17 grog Exp grog $
+ * $Id: vinumioctl.c,v 1.8 1999/03/23 02:46:39 grog Exp grog $
*/
#define STATIC /* nothing while we're testing XXX */
@@ -51,12 +51,6 @@
#include <sys/reboot.h>
#endif
-jmp_buf command_fail; /* return on a failed command */
-
-/* Why aren't these declared anywhere? XXX */
-int setjmp(jmp_buf);
-void longjmp(jmp_buf, int);
-
void attachobject(struct vinum_ioctl_msg *);
void detachobject(struct vinum_ioctl_msg *);
void renameobject(struct vinum_rename_msg *);
OpenPOWER on IntegriCloud