From owner-p4-projects@FreeBSD.ORG Mon May 5 14:49:53 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B1ADD37B401; Mon, 5 May 2003 14:49:52 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B7E337B408 for ; Mon, 5 May 2003 14:49:52 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6C1543F75 for ; Mon, 5 May 2003 14:49:51 -0700 (PDT) (envelope-from peter@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h45Lnp0U012879 for ; Mon, 5 May 2003 14:49:51 -0700 (PDT) (envelope-from peter@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h45LnpTC012873 for perforce@freebsd.org; Mon, 5 May 2003 14:49:51 -0700 (PDT) Date: Mon, 5 May 2003 14:49:51 -0700 (PDT) Message-Id: <200305052149.h45LnpTC012873@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm To: Perforce Change Reviews Subject: PERFORCE change 30638 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2003 21:49:53 -0000 http://perforce.freebsd.org/chv.cgi?CH=30638 Change 30638 by peter@peter_daintree on 2003/05/05 14:48:57 add amd64 Affected files ... .. //depot/projects/hammer/usr.bin/xlint/lint1/param.h#3 edit Differences ... ==== //depot/projects/hammer/usr.bin/xlint/lint1/param.h#3 (text+ko) ==== @@ -65,6 +65,9 @@ #ifdef __ia64__ #define PTRDIFF_IS_LONG 1 #define SIZEOF_IS_ULONG 1 +#elif __amd64__ +#define PTRDIFF_IS_LONG 1 +#define SIZEOF_IS_ULONG 1 #elif __alpha__ #define PTRDIFF_IS_LONG 1 #define SIZEOF_IS_ULONG 1