Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/stand/netboot Include <machine/cpu.h> for alp...



details:   https://anonhg.NetBSD.org/src/rev/41684ff35ac1
branches:  trunk
changeset: 783841:41684ff35ac1
user:      he <he%NetBSD.org@localhost>
date:      Thu Jan 10 10:36:41 2013 +0000

description:
Include <machine/cpu.h> for alpha_rpcc declaration.

diffstat:

 sys/arch/alpha/stand/netboot/getsecs.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 48aca8d5d9d4 -r 41684ff35ac1 sys/arch/alpha/stand/netboot/getsecs.c
--- a/sys/arch/alpha/stand/netboot/getsecs.c    Thu Jan 10 10:15:59 2013 +0000
+++ b/sys/arch/alpha/stand/netboot/getsecs.c    Thu Jan 10 10:36:41 2013 +0000
@@ -1,7 +1,8 @@
-/*     $NetBSD: getsecs.c,v 1.9 2009/01/12 11:32:43 tsutsui Exp $      */
+/*     $NetBSD: getsecs.c,v 1.10 2013/01/10 10:36:41 he Exp $  */
 
 #include <sys/param.h>
 
+#include <machine/cpu.h>
 #include <netinet/in.h>
 #include <netinet/in_systm.h>
   



Home | Main Index | Thread Index | Old Index