Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2002 21:18:31 -0700 (PDT)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/make arch.c compat.c main.c
Message-ID:  <200206120418.g5C4IVc28660@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2002/06/11 21:18:31 PDT

  Modified files:
    usr.bin/make         arch.c compat.c main.c 
  Log:
  String lengths and sizeof()s are size_t not int.  Mark an unused parameter
  of ReadMakefile as __unused, it's there because this function is used by
  the abstracted list interface which normally deals with item handlers which
  take two arguments.  Add a missing static prototype.
  
  Revision  Changes    Path
  1.25      +2 -2      src/usr.bin/make/arch.c
  1.29      +1 -0      src/usr.bin/make/compat.c
  1.64      +1 -1      src/usr.bin/make/main.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?200206120418.g5C4IVc28660>