From c4d26d7f835032c231da4c6219c73b2679691222 Mon Sep 17 00:00:00 2001 From: charnier Date: Wed, 6 May 1998 06:51:42 +0000 Subject: Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc. --- bin/cp/utils.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'bin/cp/utils.c') diff --git a/bin/cp/utils.c b/bin/cp/utils.c index f3e55b7..a38329b 100644 --- a/bin/cp/utils.c +++ b/bin/cp/utils.c @@ -29,26 +29,27 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id: utils.c,v 1.15 1998/01/16 07:37:05 bde Exp $ */ #ifndef lint +#if 0 static char const sccsid[] = "@(#)utils.c 8.3 (Berkeley) 4/1/94"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include #include +#ifdef VM_AND_BUFFER_CACHE_SYNCHRONIZED #include -#include +#endif #include #include #include #include #include -#include -#include #include #include "extern.h" -- cgit v1.1