Module Name: src
Committed By: christos
Date: Thu Jan 1 17:47:21 UTC 2015
Modified Files:
src/sys/arch/mac68k/obio: iwm_fd.c
Log Message:
declare error
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/mac68k/obio/iwm_fd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mac68k/obio/iwm_fd.c
diff -u src/sys/arch/mac68k/obio/iwm_fd.c:1.51 src/sys/arch/mac68k/obio/iwm_fd.c:1.52
--- src/sys/arch/mac68k/obio/iwm_fd.c:1.51 Wed Dec 31 14:52:05 2014
+++ src/sys/arch/mac68k/obio/iwm_fd.c Thu Jan 1 12:47:21 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: iwm_fd.c,v 1.51 2014/12/31 19:52:05 christos Exp $ */
+/* $NetBSD: iwm_fd.c,v 1.52 2015/01/01 17:47:21 christos Exp $ */
/*
* Copyright (c) 1997, 1998 Hauke Fath. All rights reserved.
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iwm_fd.c,v 1.51 2014/12/31 19:52:05 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iwm_fd.c,v 1.52 2015/01/01 17:47:21 christos Exp $");
#include "locators.h"
@@ -703,6 +703,7 @@ fdioctl(dev_t dev, u_long cmd, void *dat
int result, fdUnit, fdType;
fd_softc_t *fd;
iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0);
+ int error;
if (TRACE_IOCTL)
printf("iwm: Execute ioctl... ");