summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_aout.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-02 16:32:03 +0000
committerbde <bde@FreeBSD.org>1995-12-02 16:32:03 +0000
commit5f43488dec8aabd1cd70951ccc1cbc31b2640ef2 (patch)
tree922794162d1c9c536a1c4167f638a62ecf94053a /sys/kern/imgact_aout.c
parentd777ddd2a9c4077204f56d5025b3adfddaff5d0b (diff)
downloadFreeBSD-src-5f43488dec8aabd1cd70951ccc1cbc31b2640ef2.zip
FreeBSD-src-5f43488dec8aabd1cd70951ccc1cbc31b2640ef2.tar.gz
Staticized.
Added prototypes.
Diffstat (limited to 'sys/kern/imgact_aout.c')
-rw-r--r--sys/kern/imgact_aout.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c
index 920952f..7d3fea5 100644
--- a/sys/kern/imgact_aout.c
+++ b/sys/kern/imgact_aout.c
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: imgact_aout.c,v 1.16 1995/09/08 13:24:32 davidg Exp $
+ * $Id: imgact_aout.c,v 1.17 1995/11/06 12:52:29 davidg Exp $
*/
#include <sys/param.h>
@@ -43,7 +43,9 @@
#include <vm/vm.h>
-int
+static int exec_aout_imgact __P((struct image_params *imgp));
+
+static int
exec_aout_imgact(imgp)
struct image_params *imgp;
{
@@ -207,4 +209,3 @@ exec_aout_imgact(imgp)
*/
static const struct execsw aout_execsw = { exec_aout_imgact, "a.out" };
TEXT_SET(execsw_set, aout_execsw);
-
OpenPOWER on IntegriCloud