Rename xfs.c to fstest_xfs.c to avoid collisions with other

source files with the name xfs.c

ok njoly
This commit is contained in:
pooka 2010-07-29 14:15:46 +00:00
parent d9a3123e84
commit 34eddb8c10
9 changed files with 11 additions and 10 deletions

View File

@ -1,10 +1,11 @@
# $NetBSD: Makefile,v 1.2 2010/07/26 16:15:49 pooka Exp $
# $NetBSD: Makefile,v 1.3 2010/07/29 14:15:46 pooka Exp $
#
.include <bsd.own.mk>
LIB= vfstest
SRCS= ext2fs.c ffs.c lfs.c msdosfs.c nfs.c puffs.c sysvbfs.c tmpfs.c
SRCS= fstest_ext2fs.c fstest_ffs.c fstest_lfs.c fstest_msdosfs.c \
fstest_nfs.c fstest_puffs.c fstest_sysvbfs.c fstest_tmpfs.c
WARNS= 3

View File

@ -1,4 +1,4 @@
/* $NetBSD: ext2fs.c,v 1.5 2010/07/19 16:09:08 pooka Exp $ */
/* $NetBSD: fstest_ext2fs.c,v 1.1 2010/07/29 14:15:46 pooka Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.

View File

@ -1,4 +1,4 @@
/* $NetBSD: ffs.c,v 1.5 2010/07/19 16:09:08 pooka Exp $ */
/* $NetBSD: fstest_ffs.c,v 1.1 2010/07/29 14:15:46 pooka Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.

View File

@ -1,4 +1,4 @@
/* $NetBSD: lfs.c,v 1.7 2010/07/19 16:09:08 pooka Exp $ */
/* $NetBSD: fstest_lfs.c,v 1.1 2010/07/29 14:15:46 pooka Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.

View File

@ -1,4 +1,4 @@
/* $NetBSD: msdosfs.c,v 1.5 2010/07/19 16:09:08 pooka Exp $ */
/* $NetBSD: fstest_msdosfs.c,v 1.1 2010/07/29 14:15:46 pooka Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.

View File

@ -1,4 +1,4 @@
/* $NetBSD: nfs.c,v 1.2 2010/07/28 15:16:50 pooka Exp $ */
/* $NetBSD: fstest_nfs.c,v 1.1 2010/07/29 14:15:47 pooka Exp $ */
/*
* Copyright (c) 2010 The NetBSD Foundation, Inc.

View File

@ -1,4 +1,4 @@
/* $NetBSD: puffs.c,v 1.4 2010/07/26 14:53:52 pooka Exp $ */
/* $NetBSD: fstest_puffs.c,v 1.1 2010/07/29 14:15:47 pooka Exp $ */
/*
* Copyright (c) 2010 The NetBSD Foundation, Inc.

View File

@ -1,4 +1,4 @@
/* $NetBSD: sysvbfs.c,v 1.5 2010/07/19 16:09:08 pooka Exp $ */
/* $NetBSD: fstest_sysvbfs.c,v 1.1 2010/07/29 14:15:47 pooka Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.

View File

@ -1,4 +1,4 @@
/* $NetBSD: tmpfs.c,v 1.5 2010/07/19 16:09:08 pooka Exp $ */
/* $NetBSD: fstest_tmpfs.c,v 1.1 2010/07/29 14:15:47 pooka Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.