summaryrefslogtreecommitdiffstats
path: root/bin/rm
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1997-04-29 10:03:10 +0000
committerdfr <dfr@FreeBSD.org>1997-04-29 10:03:10 +0000
commit559a468aae13aa79431fd99e4f039cabcaa507f4 (patch)
treeee556c8790e85609a68f6a629eb8fb8a72727df8 /bin/rm
parentbf4319fcdaf3775f9b2682049760b9db8e2cc635 (diff)
downloadFreeBSD-src-559a468aae13aa79431fd99e4f039cabcaa507f4.zip
FreeBSD-src-559a468aae13aa79431fd99e4f039cabcaa507f4.tar.gz
Enable whiteout code since we now have the lite2 support for them.
Diffstat (limited to 'bin/rm')
-rw-r--r--bin/rm/rm.14
-rw-r--r--bin/rm/rm.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1
index 55f7851..9e46471 100644
--- a/bin/rm/rm.1
+++ b/bin/rm/rm.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)rm.1 8.5 (Berkeley) 12/5/94
-.\" $Id: rm.1,v 1.8 1997/04/08 20:27:48 mpp Exp $
+.\" $Id: rm.1,v 1.9 1997/04/09 05:04:43 mpp Exp $
.\"
.Dd December 5, 1994
.Dt RM 1
@@ -103,7 +103,7 @@ Equivalent to
.It Fl W
Attempts to undelete the named files.
Currently, this option can only be used to recover
-files covered by whiteouts. (UNIMPLEMENTED)
+files covered by whiteouts.
.El
.Pp
The
diff --git a/bin/rm/rm.c b/bin/rm/rm.c
index 40a86dc..4a4bbfe 100644
--- a/bin/rm/rm.c
+++ b/bin/rm/rm.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: rm.c,v 1.14 1997/02/22 14:05:27 peter Exp $
+ * $Id: rm.c,v 1.15 1997/03/28 15:24:34 imp Exp $
*/
#ifndef lint
@@ -59,7 +59,7 @@ static char const sccsid[] = "@(#)rm.c 8.5 (Berkeley) 4/18/94";
* XXX Until we get kernel support for the undelete(2) system call,
* this define *must* remain in place.
*/
-#define BSD4_4_LITE
+/* #define BSD4_4_LITE */
extern char *flags_to_string __P((u_long, char *));
OpenPOWER on IntegriCloud