summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-08-10 18:51:30 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-08-10 18:51:30 +0000
commit52d94c5f5de7bdf01473413f9e1fd752aa91d64d (patch)
treedc51a592cdf7bcb910f755c3a13762fcaf979e38
parent9e17ca51c65d4aecca93159af5c11cb45733c749 (diff)
use MID_MIPS64
-rw-r--r--sys/arch/sgi/include/param.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sgi/include/param.h b/sys/arch/sgi/include/param.h
index 785c14acede..cc318e6b387 100644
--- a/sys/arch/sgi/include/param.h
+++ b/sys/arch/sgi/include/param.h
@@ -1,8 +1,8 @@
-/* $OpenBSD: param.h,v 1.1 2004/08/06 21:12:19 pefo Exp $ */
+/* $OpenBSD: param.h,v 1.2 2004/08/10 18:51:29 deraadt Exp $ */
/*
* Copyright (c) 2003 Opsycon AB (www.opsycon.se / www.opsycon.com)
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -42,7 +42,7 @@
#define MACHINE_ARCH "mips64"
#define _MACHINE_ARCH mips64
-#define MID_MACHINE 0 /* None but has to be defined */
+#define MID_MACHINE MID_MIPS64 /* None but has to be defined */
#include <mips64/param.h>