diff options
| author | David Greenman <dg@FreeBSD.org> | 1994-08-02 07:55:43 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1994-08-02 07:55:43 +0000 |
| commit | 3c4dd3568f411b4f00f795929afb77ca972c2325 (patch) | |
| tree | 9ea7ac3fc9f929d5b95f3f2de7f4dcac70ff517b /sys/miscfs/union | |
| parent | 94e620434000f6b1f1f21bc1e1961b9480ea5ae2 (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/union')
| -rw-r--r-- | sys/miscfs/union/libc.opendir.c | 7 | ||||
| -rw-r--r-- | sys/miscfs/union/union.h | 1 | ||||
| -rw-r--r-- | sys/miscfs/union/union_subr.c | 1 | ||||
| -rw-r--r-- | sys/miscfs/union/union_vfsops.c | 1 | ||||
| -rw-r--r-- | sys/miscfs/union/union_vnops.c | 1 |
5 files changed, 6 insertions, 5 deletions
diff --git a/sys/miscfs/union/libc.opendir.c b/sys/miscfs/union/libc.opendir.c index 99ed58b86fd4..15e3a0ce7637 100644 --- a/sys/miscfs/union/libc.opendir.c +++ b/sys/miscfs/union/libc.opendir.c @@ -29,13 +29,10 @@ * 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$ */ -#if defined(LIBC_SCCS) && !defined(lint) -static char orig_sccsid[] = "@(#)opendir.c 8.2 (Berkeley) 2/12/94"; -static char sccsid[] = "@(#)libc.opendir.c 8.1 (Berkeley) 2/15/94"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/param.h> #include <sys/mount.h> diff --git a/sys/miscfs/union/union.h b/sys/miscfs/union/union.h index 463218ac3ed2..b66e17caa826 100644 --- a/sys/miscfs/union/union.h +++ b/sys/miscfs/union/union.h @@ -35,6 +35,7 @@ * SUCH DAMAGE. * * @(#)union.h 8.2 (Berkeley) 2/17/94 + * $Id$ */ struct union_args { diff --git a/sys/miscfs/union/union_subr.c b/sys/miscfs/union/union_subr.c index ea4f804a24db..b73b63846c56 100644 --- a/sys/miscfs/union/union_subr.c +++ b/sys/miscfs/union/union_subr.c @@ -35,6 +35,7 @@ * SUCH DAMAGE. * * @(#)union_subr.c 8.4 (Berkeley) 2/17/94 + * $Id$ */ #include <sys/param.h> diff --git a/sys/miscfs/union/union_vfsops.c b/sys/miscfs/union/union_vfsops.c index 42931d7c7bc1..0dbcc0152c22 100644 --- a/sys/miscfs/union/union_vfsops.c +++ b/sys/miscfs/union/union_vfsops.c @@ -35,6 +35,7 @@ * SUCH DAMAGE. * * @(#)union_vfsops.c 8.7 (Berkeley) 3/5/94 + * $Id$ */ /* diff --git a/sys/miscfs/union/union_vnops.c b/sys/miscfs/union/union_vnops.c index 30f223350b21..bad3b1369da3 100644 --- a/sys/miscfs/union/union_vnops.c +++ b/sys/miscfs/union/union_vnops.c @@ -35,6 +35,7 @@ * SUCH DAMAGE. * * @(#)union_vnops.c 8.6 (Berkeley) 2/17/94 + * $Id$ */ #include <sys/param.h> |
