mailing list of musl libc
 help / color / mirror / code / Atom feed
a9495a5545fbb833b0d56cad7fe4c1c94be5f670 blob 170 bytes (raw)

1
2
3
4
5
6
7
8
 
/* stub for innetgr */
#define _GNU_SOURCE
#include <netdb.h>
int innetgr(const char *netgroup, const char *host, 
	const char *user, const char *domain) 
{
	return 0;
}
debug log:

solving a9495a5 ...
found a9495a5 in https://inbox.vuxu.org/musl/20120520232651.4ed2d315@newbook/

applying [1/1] https://inbox.vuxu.org/musl/20120520232651.4ed2d315@newbook/
diff --git a/src/stub/innetgr.c b/src/stub/innetgr.c
new file mode 100644
index 0000000..a9495a5

1:10: trailing whitespace.
int innetgr(const char *netgroup, const char *host, 
1:11: trailing whitespace.
	const char *user, const char *domain) 
Checking patch src/stub/innetgr.c...
Applied patch src/stub/innetgr.c cleanly.
warning: 2 lines add whitespace errors.

index at:
100644 a9495a5545fbb833b0d56cad7fe4c1c94be5f670	src/stub/innetgr.c

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).