提交 129ca6c0 编写于 作者: R Rich Felker

fix missing static in getusershell (namespace pollution)

上级 970ef6a1
......@@ -6,7 +6,7 @@
static const char defshells[] = "/bin/sh\n/bin/csh\n";
static char *line;
size_t linesize;
static size_t linesize;
static FILE *f;
void endusershell(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册