summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_aout.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-02-03 21:41:12 +0000
committerbde <bde@FreeBSD.org>1998-02-03 21:41:12 +0000
commiteba2144b26ac146041f8d30353112535167c5c95 (patch)
treef523ad33e2fb2e59b9fd8f4b17041c9fea5eb41d /sys/kern/imgact_aout.c
parentd4513be4c035a8226d04c3ecc05e0c1da37c66db (diff)
downloadFreeBSD-src-eba2144b26ac146041f8d30353112535167c5c95.zip
FreeBSD-src-eba2144b26ac146041f8d30353112535167c5c95.tar.gz
Fixed staticization.
Diffstat (limited to 'sys/kern/imgact_aout.c')
-rw-r--r--sys/kern/imgact_aout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c
index a9e143f..f3f890e 100644
--- a/sys/kern/imgact_aout.c
+++ b/sys/kern/imgact_aout.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: imgact_aout.c,v 1.37 1998/01/06 05:15:25 dyson Exp $
+ * $Id: imgact_aout.c,v 1.38 1998/01/11 21:35:30 dyson Exp $
*/
#include <sys/param.h>
@@ -49,7 +49,7 @@
static int exec_aout_imgact __P((struct image_params *imgp));
-int
+static int
exec_aout_imgact(imgp)
struct image_params *imgp;
{
OpenPOWER on IntegriCloud