Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jun 1997 12:50:27 -0700 (PDT)
From:      Steve Price <steve@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG
Subject:   cvs commit: src/libexec/rbootd bpf.c parseconf.c rbootd.c rmp_var.h rmpproto.c utils.c
Message-ID:  <199706291950.MAA07907@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
steve       1997/06/29 12:50:27 PDT

  Modified files:
    libexec/rbootd       bpf.c parseconf.c rbootd.c rmp_var.h 
                         rmpproto.c utils.c 
  Log:
  Zap register keyword usage and convert: bcopy -> memmove, bzero -> memset,
  index -> strchr, and rindex -> strrchr.
  
  Revision  Changes    Path
  1.8       +6 -6      src/libexec/rbootd/bpf.c
  1.7       +10 -10    src/libexec/rbootd/parseconf.c
  1.8       +4 -4      src/libexec/rbootd/rbootd.c
  1.3       +1 -1      src/libexec/rbootd/rmp_var.h
  1.3       +17 -17    src/libexec/rbootd/rmpproto.c
  1.3       +18 -18    src/libexec/rbootd/utils.c



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