mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-01 05:02:03 +03:00
Fix nesting of #ifdefs in netgroupcache.c
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2011-10-17 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
|
* nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
|
||||||
|
|
||||||
2011-10-17 Andreas Schwab <schwab@redhat.com>
|
2011-10-17 Andreas Schwab <schwab@redhat.com>
|
||||||
|
|
||||||
* misc/sys/cdefs.h: Fix last change.
|
* misc/sys/cdefs.h: Fix last change.
|
||||||
|
@@ -406,10 +406,10 @@ addgetnetgrentX (struct database_dyn *db, int fd, request_header *req,
|
|||||||
# endif
|
# endif
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
# ifndef __ASSUME_SENDFILE
|
#if defined HAVE_SENDFILE && !defined __ASSUME_SENDFILE
|
||||||
use_write:
|
use_write:
|
||||||
# endif
|
|
||||||
#endif
|
#endif
|
||||||
writeall (fd, &dataset->resp, dataset->head.recsize);
|
writeall (fd, &dataset->resp, dataset->head.recsize);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user