From 484cb25f55d054c6f1eb3602af86c45eb4b9e3fd Mon Sep 17 00:00:00 2001 From: mrg Date: Sat, 27 Nov 1999 10:10:02 +0000 Subject: [PATCH] s/long/int/ to make this identical the sparc64 version. --- sys/arch/sparc/include/idprom.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/sparc/include/idprom.h b/sys/arch/sparc/include/idprom.h index 0020421ad63b..8d2926ee3aa6 100644 --- a/sys/arch/sparc/include/idprom.h +++ b/sys/arch/sparc/include/idprom.h @@ -1,4 +1,4 @@ -/* $NetBSD: idprom.h,v 1.5 1997/03/10 22:47:52 pk Exp $ */ +/* $NetBSD: idprom.h,v 1.6 1999/11/27 10:10:02 mrg Exp $ */ /* * Copyright (c) 1993 Adam Glass @@ -42,7 +42,7 @@ struct idprom { u_char id_format; /* format identifier (= 1) */ u_char id_machine; /* machine type (see param.h) */ u_char id_ether[6]; /* ethernet address */ - long id_date; /* date of manufacture */ + int id_date; /* date of manufacture */ u_char id_hostid[3]; /* ``host id'' bytes */ u_char id_checksum; /* xor of everything else */ char id_undef[16]; /* undefined */