cvs commit: src/usr.bin/find extern.h find.c find.h function.c

Kirill Ponomarew krion at FreeBSD.org
Sun May 14 13:23:14 PDT 2006


krion       2006-05-14 20:23:01 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/find         extern.h find.c find.h function.c 
  Log:
  The last execution of -exec {} + is not done if the -exec primary is
  not on the top-level -and sequence, e.g. inside of ! or -or.
  
  Create a separate linked list of all active -exec {} + primaries and
  do the last execution for all at termination.
  
  PR:             bin/79263
  Submitted by:   Jilles Tjoelker <jilles at stack.nl>
  MFC after:      7 days
  
  Revision  Changes    Path
  1.23      +1 -0      src/usr.bin/find/extern.h
  1.18      +1 -4      src/usr.bin/find/find.c
  1.19      +2 -0      src/usr.bin/find/find.h
  1.56      +17 -0     src/usr.bin/find/function.c


More information about the cvs-all mailing list