From be8f477739c8e2666641ecf3ff84ca22a19f8508 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 14 May 1996 18:12:20 +0000 Subject: (ethernet_open): Delete superfluous arg to assert_perror. --- pfinet/ethernet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pfinet') diff --git a/pfinet/ethernet.c b/pfinet/ethernet.c index f380f03e..44ed8f39 100644 --- a/pfinet/ethernet.c +++ b/pfinet/ethernet.c @@ -144,7 +144,7 @@ ethernet_open (struct device *dev) etherreadclass = ports_create_class (0, 0); errno = ports_create_port (etherreadclass, etherport_bucket, sizeof (struct port_info), &readpt); - assert_perror (errno, "creating etherread port"); + assert_perror ("creating etherread port"); readptname = ports_get_right (readpt); mach_port_insert_right (mach_task_self (), readptname, readptname, MACH_MSG_TYPE_MAKE_SEND); -- cgit v1.2.3