diff options
Diffstat (limited to 'sys/boot/common/ls.c')
-rw-r--r-- | sys/boot/common/ls.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/boot/common/ls.c b/sys/boot/common/ls.c index 6fc48fd..86f83c3 100644 --- a/sys/boot/common/ls.c +++ b/sys/boot/common/ls.c @@ -1,9 +1,8 @@ /* - * $FreeBSD$ - * From: $NetBSD: ls.c,v 1.3 1997/06/13 13:48:47 drochner Exp $ + * $NetBSD: ls.c,v 1.3 1997/06/13 13:48:47 drochner Exp $ */ -/* +/*- * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1996 @@ -38,6 +37,8 @@ * SUCH DAMAGE. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/param.h> #include <ufs/ufs/dinode.h> |