Date: Wed, 27 Jan 1999 14:16:47 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netatm atm_cm.c Message-ID: <199901272216.OAA21964@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 1999/01/27 14:16:47 PST Modified files: sys/netatm atm_cm.c Log: Fix if (a = b) conditional that should have been if (a == b) Revision Changes Path 1.5 +3 -3 src/sys/netatm/atm_cm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901272216.OAA21964>