Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Jun 2003 10:42:40 -0400 (EDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Juli Mallett <jmallett@FreeBSD.org>
Cc:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   RE: PERFORCE change 32445 for review
Message-ID:  <XFMail.20030603104240.jhb@FreeBSD.org>
In-Reply-To: <200306030414.h534ETRa033784@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On 03-Jun-2003 Juli Mallett wrote:
> http://perforce.freebsd.org/chv.cgi?CH=32445
> 
> Change 32445 by jmallett@jmallett_dalek on 2003/06/02 21:14:28
> 
>       Fix typo.
> 
> Affected files ...
> 
> .. //depot/projects/mips/sys/sys/user.h#7 edit
> 
> Differences ...
> 
> ==== //depot/projects/mips/sys/sys/user.h#7 (text+ko) ====
> 
> @@ -75,7 +75,7 @@
>   * fill_kinfo_proc and in lib/libkvm/kvm_proc.c in the function kvm_proclist.
>   */
>  #if defined(__alpha__) || defined(__ia64__) || defined(__mips__) || \
> -    defined(__sparc64_ || defined(__amd64__)
> +    defined(__sparc64_) || defined(__amd64__)

Shouldn't that be __sparc64__ (two underscores)

>  #define      KINFO_PROC_SIZE 912             /* the correct size for kinfo_proc */
>  #endif
>  #ifdef       __i386__

-- 

John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20030603104240.jhb>