Date: Mon, 15 Jan 2001 06:13:19 -0800 (PST) From: Maxim Sobolev <sobomax@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/create pl.c Message-ID: <200101151413.f0FEDJC79190@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sobomax 2001/01/15 06:13:19 PST Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/create pl.c Log: MFC: Fix a bug where pkg_create does not make an md5 entry for the last item in the packing list. Also use switch() instead of zillion "else if ()" and for() loop instead of while() loop for traversing through linked list. Revision Changes Path 1.13.2.2 +17 -12 src/usr.sbin/pkg_install/create/pl.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?200101151413.f0FEDJC79190>