Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jun 2000 07:19:34 -0700 (PDT)
From:      Josef Karthauser <joe@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/ls Makefile extern.h ls.c src/bin/rm Makefile rm.c src/libexec/ftpd Makefile src/usr.bin/chflags Makefile chflags.c src/usr.bin/find Makefile function.c src/usr.bin/xinstall Makefile xinstall.c src/usr.sbin/mtree ...
Message-ID:  <200006171419.HAA47704@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joe         2000/06/17 07:19:34 PDT

  Modified files:
    bin/ls               Makefile extern.h ls.c 
    bin/rm               Makefile rm.c 
    libexec/ftpd         Makefile 
    usr.bin/chflags      Makefile chflags.c 
    usr.bin/find         Makefile function.c 
    usr.bin/xinstall     Makefile xinstall.c 
    usr.sbin/mtree       Makefile compare.c create.c extern.h 
                         misc.c spec.c 
  Log:
  Switch over to using the new fflagstostr and strtofflags library calls.
  
  Revision  Changes    Path
  1.13      +2 -3      src/bin/ls/Makefile
  1.13      +1 -2      src/bin/ls/extern.h
  1.41      +9 -4      src/bin/ls/ls.c
  1.13      +2 -3      src/bin/rm/Makefile
  1.31      +7 -9      src/bin/rm/rm.c
  1.35      +3 -3      src/libexec/ftpd/Makefile
  1.9       +2 -3      src/usr.bin/chflags/Makefile
  1.9       +2 -4      src/usr.bin/chflags/chflags.c
  1.10      +2 -3      src/usr.bin/find/Makefile
  1.26      +2 -4      src/usr.bin/find/function.c
  1.12      +2 -3      src/usr.bin/xinstall/Makefile
  1.39      +2 -2      src/usr.bin/xinstall/xinstall.c
  1.17      +3 -4      src/usr.sbin/mtree/Makefile
  1.16      +10 -5     src/usr.sbin/mtree/compare.c
  1.20      +13 -7     src/usr.sbin/mtree/create.c
  1.5       +2 -3      src/usr.sbin/mtree/extern.h
  1.9       +19 -1     src/usr.sbin/mtree/misc.c
  1.14      +2 -2      src/usr.sbin/mtree/spec.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?200006171419.HAA47704>