From owner-cvs-all Wed May 22 9:28:51 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 557DE37B40B; Wed, 22 May 2002 09:28:43 -0700 (PDT) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4MGShk62343; Wed, 22 May 2002 09:28:43 -0700 (PDT) (envelope-from gallatin) Message-Id: <200205221628.g4MGShk62343@freefall.freebsd.org> From: Andrew Gallatin Date: Wed, 22 May 2002 09:28:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/kdemultimedia3/files patch-kmidi-config.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gallatin 2002/05/22 09:28:43 PDT Modified files: audio/kdemultimedia3/files patch-kmidi-config.h Log: Fix this so it works on FreeBSD/alpha 4.x: The existing patch does different things for 5.x so as to use the standard __bswapSIZE(x) inline for 5.x. and adds i386 centric code for FreeBSD 4.x. This change to the patch modifies the 4.x code so as to just call htonX(x) on alpha where __byte_swap_X don't exist. Approved by: will Revision Changes Path 1.2 +11 -3 ports/audio/kdemultimedia3/files/patch-kmidi-config.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message