namespace police to make it buildable (no, it still does not work),

add rcsid.
This commit is contained in:
martin 2008-04-20 15:01:14 +00:00
parent 669312ed5a
commit 795befa36d
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: umac.c,v 1.4 2008/04/06 23:38:20 christos Exp $ */
/* $NetBSD: umac.c,v 1.5 2008/04/20 15:01:14 martin Exp $ */
/* $OpenBSD: umac.c,v 1.2 2007/09/12 19:39:19 stevesk Exp $ */
/* -----------------------------------------------------------------------
*
@ -64,6 +64,8 @@
/* -- Global Includes --------------------------------------------------- */
/* ---------------------------------------------------------------------- */
#include "includes.h"
__RCSID("$NetBSD: umac.c,v 1.5 2008/04/20 15:01:14 martin Exp $");
#include <sys/types.h>
#include <sys/endian.h>