diff options
author | 2000-09-18 10:27:45 +0000 | |
---|---|---|
committer | 2000-09-18 10:27:45 +0000 | |
commit | 194d1d3f36e1322c3f168ae21827e2f81a5ba18c (patch) | |
tree | 836dab66466aaf7b200c4c46dda4e48b25947094 | |
parent | avoid alias against libc symbol dirname (binutils is so great) (diff) | |
download | wireguard-openbsd-194d1d3f36e1322c3f168ae21827e2f81a5ba18c.tar.xz wireguard-openbsd-194d1d3f36e1322c3f168ae21827e2f81a5ba18c.zip |
make process.S compile on mips. ok art@. -moj
-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 */ |