Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/stand/lib add prototype
details: https://anonhg.NetBSD.org/src/rev/07a4ce226ce4
branches: trunk
changeset: 471889:07a4ce226ce4
user: drochner <drochner%NetBSD.org@localhost>
date: Wed Apr 14 11:19:23 1999 +0000
description:
add prototype
diffstat:
sys/arch/i386/stand/lib/exec.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 2997435ee725 -r 07a4ce226ce4 sys/arch/i386/stand/lib/exec.c
--- a/sys/arch/i386/stand/lib/exec.c Wed Apr 14 11:17:04 1999 +0000
+++ b/sys/arch/i386/stand/lib/exec.c Wed Apr 14 11:19:23 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exec.c,v 1.10 1999/04/08 18:21:15 drochner Exp $ */
+/* $NetBSD: exec.c,v 1.11 1999/04/14 11:19:23 drochner Exp $ */
/*
* Copyright (c) 1982, 1986, 1990, 1993
@@ -60,6 +60,8 @@
#include "bootinfo.h"
#ifdef COMPAT_OLDBOOT
+static int dev2major __P((char *, int *));
+
static int
dev2major(devname, major)
char *devname;
Home |
Main Index |
Thread Index |
Old Index