diff options
Diffstat (limited to 'lib/libstand/ext2fs.c')
-rw-r--r-- | lib/libstand/ext2fs.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libstand/ext2fs.c b/lib/libstand/ext2fs.c index 6c05cf5..b025f64 100644 --- a/lib/libstand/ext2fs.c +++ b/lib/libstand/ext2fs.c @@ -22,9 +22,11 @@ * 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. - * - * $FreeBSD$ */ + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. |