From owner-cvs-all Thu Jul 20 13:11:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C0DE37B67E; Thu, 20 Jul 2000 13:11:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA98068; Thu, 20 Jul 2000 13:11:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007202011.NAA98068@freefall.freebsd.org> From: "David E. O'Brien" Date: Thu, 20 Jul 2000 13:11:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libskey skeysubr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 13:11:36 PDT Modified files: lib/libskey skeysubr.c Log: Fix problem where original author thought `unsigned long' was the best 32-bit type (rather than define his own type based on the type of box being compiled on). Submitted by: Mark Abene (however I applied a slightly different fix) Revision Changes Path 1.10 +4 -2 src/lib/libskey/skeysubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message