Missed a bit of cleanup.

This commit is contained in:
Mark Murray 2003-01-26 23:29:22 +00:00
parent ca315837c7
commit aa4e3f3e5a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109907

View File

@ -47,8 +47,6 @@ struct ps_strings;
extern int _DYNAMIC;
#pragma weak _DYNAMIC
typedef void (*fptr)(void);
extern void _fini(void);
extern void _init(void);
extern int main(int, char **, char **);