summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/load_aout.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/common/load_aout.c')
-rw-r--r--sys/boot/common/load_aout.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/common/load_aout.c b/sys/boot/common/load_aout.c
index 3ecba66..3845a9a 100644
--- a/sys/boot/common/load_aout.c
+++ b/sys/boot/common/load_aout.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: load_aout.c,v 1.2 1998/09/03 02:10:07 msmith Exp $
+ * $Id: load_aout.c,v 1.3 1998/09/14 18:27:04 msmith Exp $
*/
#include <sys/param.h>
@@ -35,6 +35,7 @@
#include <stand.h>
#define _AOUT_INCLUDE_
#include <nlist.h>
+#define FREEBSD_AOUT
#include <link.h>
#include "bootstrap.h"
OpenPOWER on IntegriCloud