summaryrefslogtreecommitdiffstats
path: root/sys/boot/ofw/common/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/ofw/common/main.c')
-rw-r--r--sys/boot/ofw/common/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/boot/ofw/common/main.c b/sys/boot/ofw/common/main.c
index 4b0325e..ada7a1f 100644
--- a/sys/boot/ofw/common/main.c
+++ b/sys/boot/ofw/common/main.c
@@ -23,10 +23,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$");
+
#include <stand.h>
#include "openfirm.h"
#include "libofw.h"
OpenPOWER on IntegriCloud