summaryrefslogtreecommitdiffstats
path: root/sys/kern/link_aout.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-11-20 20:07:59 +0000
committerbde <bde@FreeBSD.org>1997-11-20 20:07:59 +0000
commit8feb0ae52506269f94e1d4f95295b2bc2094e8d4 (patch)
treeda61693d271cbda5634e71638b840e3a2b21db07 /sys/kern/link_aout.c
parent390341dca56b4b438dec1f970c9357e73ab66837 (diff)
downloadFreeBSD-src-8feb0ae52506269f94e1d4f95295b2bc2094e8d4.zip
FreeBSD-src-8feb0ae52506269f94e1d4f95295b2bc2094e8d4.tar.gz
Fixed a sloppy common-style definitions.
Diffstat (limited to 'sys/kern/link_aout.c')
-rw-r--r--sys/kern/link_aout.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/kern/link_aout.c b/sys/kern/link_aout.c
index 4fbd5cd..58c403b 100644
--- a/sys/kern/link_aout.c
+++ b/sys/kern/link_aout.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: link_aout.c,v 1.3 1997/10/24 05:29:07 jmg Exp $
+ * $Id: link_aout.c,v 1.4 1997/11/07 08:52:59 phk Exp $
*/
#include <sys/param.h>
@@ -44,6 +44,13 @@ static int link_aout_lookup_symbol(linker_file_t, const char*,
caddr_t*, size_t*);
static void link_aout_unload(linker_file_t);
+/*
+ * The file representing the currently running kernel. This contains
+ * the global symbol table.
+ */
+
+static linker_file_t linker_kernel_file;
+
static struct linker_class_ops link_aout_class_ops = {
link_aout_load_file,
};
OpenPOWER on IntegriCloud