Remove obvious brain freeze problem.

This commit is contained in:
Christopher Faylor 2001-03-11 16:46:28 +00:00
parent 2116a17508
commit abb88b6f53
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ extern u_char eprol asm ("__eprol");
extern void _mcleanup (void);
extern void monstartup (u_long, u_long);
foo void _monstartup (void) __attribute__((__constructor__));
void _monstartup (void) __attribute__((__constructor__));
/* startup initialization for -pg support */