diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-09-17 23:52:16 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-09-17 23:52:16 +0000 |
| commit | 948486abe31485133ef536714a1b1b9615c5cda8 (patch) | |
| tree | c31637935485e9f18f6621b199c4a4171d8f91df /sys/boot/common/load_aout.c | |
| parent | a70ac9fd83e9711393fb68ccdb56d2e8860a1b2f (diff) | |
Notes
Diffstat (limited to 'sys/boot/common/load_aout.c')
| -rw-r--r-- | sys/boot/common/load_aout.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/common/load_aout.c b/sys/boot/common/load_aout.c index 3ecba66f6a3a..3845a9a17faa 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" |
