diff options
author | chuck <chuck@cvs.openbsd.org> | 1996-05-19 20:04:42 +0000 |
---|---|---|
committer | chuck <chuck@cvs.openbsd.org> | 1996-05-19 20:04:42 +0000 |
commit | b61eca88cc6a17a633befad7345c78a6a37804bb (patch) | |
tree | 5ecdb8676d2101855031e1ce14e22afa879e9222 /sys/arch/mvme68k/stand/libsa | |
parent | 4e9bc23d68a0e009ae7d48e0674b0b8ea8cd8e35 (diff) |
minor clean
Diffstat (limited to 'sys/arch/mvme68k/stand/libsa')
-rw-r--r-- | sys/arch/mvme68k/stand/libsa/libsa.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/arch/mvme68k/stand/libsa/libsa.h b/sys/arch/mvme68k/stand/libsa/libsa.h index 4c5f22fd9c6..3657bc00636 100644 --- a/sys/arch/mvme68k/stand/libsa/libsa.h +++ b/sys/arch/mvme68k/stand/libsa/libsa.h @@ -16,7 +16,3 @@ void exec_mvme __P((char *, int)); /* parse_args.c */ void parse_args __P((char **, int *)); -#ifndef RB_NOSYM -#define RB_NOSYM 0x400 -#endif - |