Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Oct 1999 00:09:32 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ata atapi-cd.c src/sys/i386/conf LINT Makefile.i386 src/sys/netncp ncp_conn.c
Message-ID:  <199910030709.AAA65212@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/10/03 00:09:32 PDT

  Modified files:
    sys/dev/ata          atapi-cd.c 
    sys/i386/conf        LINT Makefile.i386 
    sys/netncp           ncp_conn.c 
  Log:
  Fixed "misspelling" of bcmp as memcmp.  memcmp doesn't exist in the
  kernel, but gcc provides a pessimal builtin for it.
  
  Makefile.i386:
  Added a variable (CONF_CFLAGS) for configuration-specific compiler flags.
  
  LINT:
  Use CONF_CFLAGS to inhibit use of gcc builtins.
  
  Revision  Changes    Path
  1.20      +2 -2      src/sys/dev/ata/atapi-cd.c
  1.656     +9 -2      src/sys/i386/conf/LINT
  1.160     +5 -1      src/sys/i386/conf/Makefile.i386
  1.2       +2 -2      src/sys/netncp/ncp_conn.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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