diff options
author | obrien <obrien@FreeBSD.org> | 2003-09-08 09:11:32 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-09-08 09:11:32 +0000 |
commit | ed9debd5e8dbd4dace3a1f34975cc57717b43fcf (patch) | |
tree | 278f70e8f7a17066164be873bd6bfeb1aadf4612 /sys/boot/pc98/loader/main.c | |
parent | a1e52d797a17e76da87dfc5481cdd0523b6640ec (diff) | |
download | FreeBSD-src-ed9debd5e8dbd4dace3a1f34975cc57717b43fcf.zip FreeBSD-src-ed9debd5e8dbd4dace3a1f34975cc57717b43fcf.tar.gz |
Use __FBSDID().
Also some minor style cleanups.
Diffstat (limited to 'sys/boot/pc98/loader/main.c')
-rw-r--r-- | sys/boot/pc98/loader/main.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/boot/pc98/loader/main.c b/sys/boot/pc98/loader/main.c index 1eaeb38..7b26b0f 100644 --- a/sys/boot/pc98/loader/main.c +++ b/sys/boot/pc98/loader/main.c @@ -22,10 +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$"); + /* * MD bootstrap main() and assorted miscellaneous * commands. |