Skip to content

Commit d2552ff

Browse files
committed
put this back.
1 parent 9b7c757 commit d2552ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sbin/mount_union/mount_union.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: mount_union.c,v 1.9 2003/03/19 18:25:15 christos Exp $ */
1+
/* $NetBSD: mount_union.c,v 1.10 2003/03/19 18:35:08 christos Exp $ */
22

33
/*
44
* Copyright (c) 1992, 1993, 1994
@@ -46,14 +46,14 @@ __COPYRIGHT("@(#) Copyright (c) 1992, 1993, 1994\n\
4646
#if 0
4747
static char sccsid[] = "@(#)mount_union.c 8.6 (Berkeley) 4/26/95";
4848
#else
49-
__RCSID("$NetBSD: mount_union.c,v 1.9 2003/03/19 18:25:15 christos Exp $");
49+
__RCSID("$NetBSD: mount_union.c,v 1.10 2003/03/19 18:35:08 christos Exp $");
5050
#endif
5151
#endif /* not lint */
5252

5353
#include <sys/param.h>
5454
#include <sys/mount.h>
5555

56-
#include <fs/union/union.h>
56+
#include <miscfs/union/union.h>
5757

5858
#include <err.h>
5959
#include <stdio.h>

0 commit comments

Comments
 (0)