forked from bminor/glibc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
* grp/initgroups.c (internal_getgrouplist): Likewise.
- Loading branch information
Roland McGrath
committed
Dec 17, 2001
1 parent
ca18306
commit 79dbd98
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
2001-12-16 Roland McGrath <[email protected]> | ||
|
||
* nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal. | ||
* grp/initgroups.c (internal_getgrouplist): Likewise. | ||
|
||
* hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after | ||
`default:' to silence new GCC warning. | ||
Rewrite cast of lvalue to silence new GCC warning. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters