aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/imgact_aout.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-02-03 21:41:12 +0000
committerBruce Evans <bde@FreeBSD.org>1998-02-03 21:41:12 +0000
commita3bdf7a34c1b5a52e90414ab21076b2ee01272c1 (patch)
tree76792035c45e7f5f73f1c9355039702e2a1c82db /sys/kern/imgact_aout.c
parentc53e436efcfd93c892d248235d17dc2975310137 (diff)
downloadsrc-a3bdf7a34c1b5a52e90414ab21076b2ee01272c1.tar.gz
src-a3bdf7a34c1b5a52e90414ab21076b2ee01272c1.zip
Fixed staticization.
Notes
Notes: svn path=/head/; revision=33053
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 a9e143f30998..f3f890ed7966 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;
{