diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2000-09-18 10:27:46 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2000-09-18 10:27:46 +0000 |
commit | a09ec730a6cefc1fba5b3217a06401653049f771 (patch) | |
tree | 946be5fffa273b831de1891eb958d80d2e60d538 /usr.sbin/afs | |
parent | 669e65b30594534e33ffab9c8fcfa8efbffbb04f (diff) |
make process.S compile on mips. ok art@. -moj
Diffstat (limited to 'usr.sbin/afs')
-rw-r--r-- | usr.sbin/afs/src/include/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/afs/src/include/config.h b/usr.sbin/afs/src/include/config.h index 92de1f9b3a3..eff15d5b639 100644 --- a/usr.sbin/afs/src/include/config.h +++ b/usr.sbin/afs/src/include/config.h @@ -494,7 +494,8 @@ #define HAVE_MACHINE_ENDIAN_H 1 /* Define if you have the <machine/regdef.h> header file. */ -/* #undef HAVE_MACHINE_REGDEF_H */ +/* Needed by mips and only used by mips. -moj */ +#define HAVE_MACHINE_REGDEF_H 1 /* Define if you have the <miscfs/genfs/genfs.h> header file. */ /* #undef HAVE_MISCFS_GENFS_GENFS_H */ |