* sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12 comment change.

2009-04-29  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12
	comment change.
This commit is contained in:
Jakub Jelinek 2009-04-29 16:42:32 +00:00
parent d5c157a978
commit 667712b81d
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2009-04-29 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/ifaddrs.c: Revert unintended 2008-08-12
comment change.
2009-04-27 Jakub Jelinek <jakub@redhat.com> 2009-04-27 Jakub Jelinek <jakub@redhat.com>
* locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE * locale/programs/locarchive.c (create_archive): Add MAP_PRIVATE

View File

@ -1,5 +1,5 @@
/* getifaddrs -- get names and addresses of all network interfaces /* getifaddrs -- get names and addresses of all network interfaces
Copyright (C) 2003-2007, 2008 Free Software Foundation, Inc. Copyright (C) 2003-2008, 2009 Free Software Foundation, Inc.
This file is part of the GNU C Library. This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or The GNU C Library is free software; you can redistribute it and/or
@ -323,7 +323,7 @@ map_newlink (int index, struct ifaddrs_storage *ifas, int *map, int max)
/* Create a linked list of `struct ifaddrs' structures, one for each /* Create a linked list of `struct ifaddrs' structures, one for each
network interface on the host machine. If successful, store the network interface on the host machine. If successful, store the
list in *IFAP and 2004, 2005, 2006, return 0. On errors, return -1 and set `errno'. */ list in *IFAP and return 0. On errors, return -1 and set `errno'. */
int int
getifaddrs (struct ifaddrs **ifap) getifaddrs (struct ifaddrs **ifap)
{ {