Module Name: src
Committed By: he
Date: Thu Jan 10 10:36:41 UTC 2013
Modified Files:
src/sys/arch/alpha/stand/netboot: getsecs.c
Log Message:
Include <machine/cpu.h> for alpha_rpcc declaration.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/alpha/stand/netboot/getsecs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/alpha/stand/netboot/getsecs.c
diff -u src/sys/arch/alpha/stand/netboot/getsecs.c:1.9 src/sys/arch/alpha/stand/netboot/getsecs.c:1.10
--- src/sys/arch/alpha/stand/netboot/getsecs.c:1.9 Mon Jan 12 11:32:43 2009
+++ src/sys/arch/alpha/stand/netboot/getsecs.c Thu Jan 10 10:36:41 2013
@@ -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>