Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Oct 2006 10:58:27 +0000 (UTC)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/ls print.c
Message-ID:  <200610181058.k9IAwRlr084446@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2006-10-18 10:58:27 UTC

  FreeBSD src repository

  Modified files:
    bin/ls               print.c 
  Log:
  Avoid a spurious warning for each whiteout found during "ls -lW".
  
  # ls -lW
  total 2
  -rw-r--r--  1 root  wheel  6 Oct 18 14:46 file1
  ls: ./file2: No such file or directory
  w---------  0 root  wheel  0 Jan  1  1970 file2
  
  Revision  Changes    Path
  1.76      +3 -2      src/bin/ls/print.c



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