Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Nov 2003 07:57:23 -0800
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Warner Losh <imp@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/dev/sn if_sn.c
Message-ID:  <20031114155723.GA62224@dragon.nuxi.com>
In-Reply-To: <200311140537.hAE5baMj095622@repoman.freebsd.org>
References:  <200311140537.hAE5baMj095622@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Nov 13, 2003 at 09:37:36PM -0800, Warner Losh wrote:
> imp         2003/11/13 21:37:36 PST
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/dev/sn           if_sn.c 
>   Log:
>   Reconst-poison crc routine that was renamed to mchash.
>   re-remove the _ in u_intXX_t

'cvs diff -r 1.30 -r 1.31 dev/sn/if_sn.c | grep const' shows no const.

$ cvs ann -r 1.31 dev/sn/if_sn.c | grep const
    1.4          (imp      22-Dec-99): static const char *chip_ids[15] = {
    1.29         (imp      26-Oct-03):      const uint32_t poly = 0xedb88320;

$ cvs ann -r 1.32 dev/sn/if_sn.c | grep const

    1.4          (imp      22-Dec-99): static const char *chip_ids[15] = {
    1.29         (imp      26-Oct-03):      const uint32_t poly = 0xedb88320;

-- 
-- David  (obrien@FreeBSD.org)



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