diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-30 22:29:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-30 22:29:33 +0000 |
commit | 795936581b97df87578dcbb4f515c8dae37258b8 (patch) | |
tree | 002b614e1d0467299373d1072ae2e4bd944cb609 /gnu/usr.bin/ld/ns32k/md.c | |
parent | ba533813bb2ba3c3d35ced609adf3f525e4cbcbc (diff) |
openbsd
Diffstat (limited to 'gnu/usr.bin/ld/ns32k/md.c')
-rw-r--r-- | gnu/usr.bin/ld/ns32k/md.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/ld/ns32k/md.c b/gnu/usr.bin/ld/ns32k/md.c index 0d3f1d0b951..d1d6721953a 100644 --- a/gnu/usr.bin/ld/ns32k/md.c +++ b/gnu/usr.bin/ld/ns32k/md.c @@ -443,7 +443,7 @@ void md_swapout_exec_hdr(h) struct exec *h; { - /* NetBSD: Always leave magic alone */ + /* NetBSD/OpenBSD: Always leave magic alone */ int skip = 1; #if 0 if (N_GETMAGIC(*h) == OMAGIC) |