From b6024ea8ed29ca5699f7832b725e5a80b3ca56ad Mon Sep 17 00:00:00 2001 From: Ian Dowse Date: Tue, 12 Feb 2002 17:15:45 +0000 Subject: [PATCH] Don't refer to findinode()'s `complain' parameter in a comment; it was removed in 1986. --- sbin/restore/tape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c index 88520b569743..cbb93e573038 100644 --- a/sbin/restore/tape.c +++ b/sbin/restore/tape.c @@ -1213,7 +1213,7 @@ accthdr(header) /* * Find an inode header. - * Complain if had to skip, and complain is set. + * Complain if had to skip. */ static void findinode(header)