(login_coms): Fix forward declaration (was a definition).
This commit is contained in:
parent
4dc46b1810
commit
2e58c2867a
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
#endif
|
||||
#include <errno.h>
|
||||
|
||||
struct cmndstr login_coms[];
|
||||
extern struct cmndstr login_coms[];
|
||||
|
||||
|
||||
/*ARGSUSED*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue