aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/de
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>1996-01-23 21:48:28 +0000
committerStefan Eßer <se@FreeBSD.org>1996-01-23 21:48:28 +0000
commitdd7610fca4d085d0e76780b59fe4d6cef663bde2 (patch)
tree0c05d619dce00b4358e22aba692e8f11615d00c7 /sys/dev/de
parentac09ec51082d592226f4704b63d8f1c0aac73ba6 (diff)
Notes
Diffstat (limited to 'sys/dev/de')
-rw-r--r--sys/dev/de/if_de.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c
index 7a8a5d3a48c2..074893a6006e 100644
--- a/sys/dev/de/if_de.c
+++ b/sys/dev/de/if_de.c
@@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_de.c,v 1.39 1995/12/07 12:47:34 davidg Exp $
+ * $Id: if_de.c,v 1.40 1995/12/14 09:53:58 phk Exp $
*
*/
@@ -1423,7 +1423,7 @@ tulip_start(
}
}
-static int
+static void
tulip_intr(
void *arg)
{
@@ -1467,7 +1467,6 @@ tulip_intr(
}
}
} while ((sc = sc->tulip_slaves) != NULL);
- return progress;
}
/*