b501266c2b
- Refresh all patches - Also, pass getconf LFS_CFLAGS into CFLAGS OBS-URL: https://build.opensuse.org/request/show/114926 OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcpd?expand=0&rev=10
12 lines
221 B
Diff
12 lines
221 B
Diff
--- inetcf.c.orig
|
|
+++ inetcf.c
|
|
@@ -61,7 +61,7 @@ char *inet_cfg(conf)
|
|
char *conf;
|
|
{
|
|
char buf[BUFSIZ];
|
|
- FILE *fp;
|
|
+ FILE *fp = NULL;
|
|
char *service;
|
|
char *protocol;
|
|
char *user;
|