artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09dc5a0
)
correct arch check, do not drop of non-void function; yasufu-i@is.aist-nara.ac.jp
author
deraadt
<deraadt@openbsd.org>
Sun, 2 Feb 1997 03:28:41 +0000
(
03:28
+0000)
committer
deraadt
<deraadt@openbsd.org>
Sun, 2 Feb 1997 03:28:41 +0000
(
03:28
+0000)
gnu/usr.bin/ld/m68k/md.c
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/ld/m68k/md.c
b/gnu/usr.bin/ld/m68k/md.c
index
9eadd9a
..
45e258e
100644
(file)
--- a/
gnu/usr.bin/ld/m68k/md.c
+++ b/
gnu/usr.bin/ld/m68k/md.c
@@
-27,7
+27,7
@@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: md.c,v 1.
2 1996/09/30 22:29:29
deraadt Exp $
+ * $Id: md.c,v 1.
3 1997/02/02 03:28:41
deraadt Exp $
*/
#include <sys/param.h>
@@
-266,6
+266,8
@@
struct exec *hp;
return 1;
#if 0
return (((md_swap_long(hp->a_midmag)&0x00ff0000) >> 16) == MID_SUN020);
+#else
+ return (0);
#endif
}
#endif /* RTLD */