add prototype

This commit is contained in:
drochner 1999-04-14 11:19:23 +00:00
parent 2d1e6a1f5a
commit dd0ed4267b
1 changed files with 3 additions and 1 deletions

View File

@ -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;