mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
d3590277d2
PR: 9100 Submitted by: MITA Yoshio <mita@jp.FreeBSD.org>
12 lines
319 B
Plaintext
12 lines
319 B
Plaintext
--- std.h.orig Thu Jul 16 06:54:53 1998
|
|
+++ std.h Sun Nov 15 22:17:18 1998
|
|
@@ -25,7 +25,7 @@
|
|
#include "stdpre.h"
|
|
|
|
/* Include the architecture definitions. */
|
|
-#include "arch.h"
|
|
+#include "obj/arch.h"
|
|
|
|
/* Define integer data type sizes in terms of log2s. */
|
|
#define arch_sizeof_short (1 << arch_log2_sizeof_short)
|