Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2001 04:17:36 -0800 (PST)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/route route.c
Message-ID:  <200112201217.fBKCHaP46339@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2001/12/20 04:17:36 PST

  Modified files:        (Branch: RELENG_4)
    sbin/route           route.c 
  Log:
  MFC: 1.57: Bring in latest CSRG revision to this file.
  
  Specifically, replace the following functions with
  their ISO C equivalents:
  
  index(3) -> strchr(3)
  bcopy(3) -> memmove(3)
  bzero(3) -> memset(3)
  bcmp(3) -> memcmp(3)
  
  Revision  Changes    Path
  1.40.2.6  +12 -12    src/sbin/route/route.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?200112201217.fBKCHaP46339>