Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 2000 14:04:07 -0700 (PDT)
From:      "Andrey A. Chernov" <ache@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/rpc getpublickey.c netnamer.c
Message-ID:  <200008292104.OAA53001@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ache        2000/08/29 14:04:07 PDT

  Modified files:
    lib/libc/rpc         getpublickey.c netnamer.c 
  Log:
  strtok() -> strsep() (no strtok() in libraries allowed)
  small cleanup in nearby area:
  pointer 0 -> NULL, according to manpages
  hardcoded constant -> sizeof(buf)
  
  Revision  Changes    Path
  1.3       +9 -5      src/lib/libc/rpc/getpublickey.c
  1.4       +17 -11    src/lib/libc/rpc/netnamer.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?200008292104.OAA53001>