diff options
author | 2001-08-24 22:47:34 +0000 | |
---|---|---|
committer | 2001-08-24 22:47:34 +0000 | |
commit | 2b67ebf8a018aae44569620c63ae82fd0f113f66 (patch) | |
tree | 989163c30439cc89861b503fbb9e6188621b2416 | |
parent | Cleanup. (diff) | |
download | wireguard-openbsd-2b67ebf8a018aae44569620c63ae82fd0f113f66.tar.xz wireguard-openbsd-2b67ebf8a018aae44569620c63ae82fd0f113f66.zip |
Get rid of a shupid define.
-rw-r--r-- | sys/arch/mvme88k/include/reg.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/include/reg.h b/sys/arch/mvme88k/include/reg.h index 160fb875b71..a627ba4a5b6 100644 --- a/sys/arch/mvme88k/include/reg.h +++ b/sys/arch/mvme88k/include/reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: reg.h,v 1.7 2001/02/01 03:38:18 smurph Exp $ */ +/* $OpenBSD: reg.h,v 1.8 2001/08/24 22:47:34 miod Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -33,8 +33,6 @@ #ifndef _M88K_REG_H_ #define _M88K_REG_H_ -#define r_ - /* This must always be an even number of words long */ struct reg { unsigned r[32]; /* 0 - 31 */ |