From 5ccf88c235e060c2c61c69011161a31c3873e690 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 15 May 2009 16:47:36 +0200 Subject: rename each .cvsignore file to .gitignore (cherry picked from commit 2e180a26222caf478f29e272c9d1b5d9c6299752) --- inet/.cvsignore | 6 ------ inet/.gitignore | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 inet/.cvsignore create mode 100644 inet/.gitignore (limited to 'inet') diff --git a/inet/.cvsignore b/inet/.cvsignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/inet/.cvsignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/inet/.gitignore b/inet/.gitignore new file mode 100644 index 0000000000..3fc9f4cdf1 --- /dev/null +++ b/inet/.gitignore @@ -0,0 +1,6 @@ +*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps +*.gz *.Z *.tar *.tgz +=* +TODO COPYING* AUTHORS copyr-* copying.* +glibc-* +distinfo -- cgit v1.2.3 From 3ff6565150bef32e4cfc565b1463df84dd8c6d7a Mon Sep 17 00:00:00 2001 From: Arnaud Ebalard Date: Mon, 15 Jun 2009 20:33:39 -0700 Subject: Fix type of nd_opt_home_agent_info_preference. (cherry picked from commit 7ed520bd8504700cf4aaf3b06deb10575bfc546a) --- ChangeLog | 5 +++++ inet/netinet/icmp6.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'inet') diff --git a/ChangeLog b/ChangeLog index c999607cbb..d0912cccaf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-06-15 Ulrich Drepper + [BZ #10195] + * inet/netinet/icmp6.h (struct nd_opt_home_agent_info): Change type + of nd_opt_home_agent_info_preference to uint16_t. + Patch by Arnaud Ebalard . + [BZ #10203] * nis/nss_nis/nis-pwd.c (internal_nis_endpwent): Free all buffers, not just the currently used one and those which follow. diff --git a/inet/netinet/icmp6.h b/inet/netinet/icmp6.h index 0cb1aa6a6c..82893daa99 100644 --- a/inet/netinet/icmp6.h +++ b/inet/netinet/icmp6.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-1997,2000,2006 Free Software Foundation, Inc. +/* Copyright (C) 1991-1997,2000,2006,2009 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -339,7 +339,7 @@ struct nd_opt_home_agent_info uint8_t nd_opt_home_agent_info_type; uint8_t nd_opt_home_agent_info_len; uint16_t nd_opt_home_agent_info_reserved; - int16_t nd_opt_home_agent_info_preference; + uint16_t nd_opt_home_agent_info_preference; uint16_t nd_opt_home_agent_info_lifetime; }; -- cgit v1.2.3 From c432414bf8cc24847c990c2a91e34a5924b75f98 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 16 May 2009 10:18:34 +0200 Subject: Remove redundant .gitignore files. (cherry picked from commit ff6ff38db28323c6de078614198c2d89e8e1df07) --- assert/.gitignore | 6 ------ ctype/.gitignore | 6 ------ dirent/.gitignore | 6 ------ elf/.gitignore | 6 ------ gmon/.gitignore | 6 ------ gnulib/.gitignore | 6 ------ grp/.gitignore | 6 ------ hurd/.gitignore | 6 ------ inet/.gitignore | 6 ------ intl/.gitignore | 6 ------ io/.gitignore | 6 ------ locale/.gitignore | 6 ------ mach/.gitignore | 6 ------ math/.gitignore | 6 ------ misc/.gitignore | 6 ------ posix/.gitignore | 6 ------ pwd/.gitignore | 6 ------ resolv/.gitignore | 6 ------ resource/.gitignore | 6 ------ setjmp/.gitignore | 6 ------ signal/.gitignore | 6 ------ socket/.gitignore | 6 ------ string/.gitignore | 6 ------ sysvipc/.gitignore | 6 ------ termios/.gitignore | 6 ------ time/.gitignore | 6 ------ wcsmbs/.gitignore | 6 ------ wctype/.gitignore | 6 ------ 28 files changed, 168 deletions(-) delete mode 100644 assert/.gitignore delete mode 100644 ctype/.gitignore delete mode 100644 dirent/.gitignore delete mode 100644 elf/.gitignore delete mode 100644 gmon/.gitignore delete mode 100644 gnulib/.gitignore delete mode 100644 grp/.gitignore delete mode 100644 hurd/.gitignore delete mode 100644 inet/.gitignore delete mode 100644 intl/.gitignore delete mode 100644 io/.gitignore delete mode 100644 locale/.gitignore delete mode 100644 mach/.gitignore delete mode 100644 math/.gitignore delete mode 100644 misc/.gitignore delete mode 100644 posix/.gitignore delete mode 100644 pwd/.gitignore delete mode 100644 resolv/.gitignore delete mode 100644 resource/.gitignore delete mode 100644 setjmp/.gitignore delete mode 100644 signal/.gitignore delete mode 100644 socket/.gitignore delete mode 100644 string/.gitignore delete mode 100644 sysvipc/.gitignore delete mode 100644 termios/.gitignore delete mode 100644 time/.gitignore delete mode 100644 wcsmbs/.gitignore delete mode 100644 wctype/.gitignore (limited to 'inet') diff --git a/assert/.gitignore b/assert/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/assert/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/ctype/.gitignore b/ctype/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/ctype/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/dirent/.gitignore b/dirent/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/dirent/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/elf/.gitignore b/elf/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/elf/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/gmon/.gitignore b/gmon/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/gmon/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/gnulib/.gitignore b/gnulib/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/gnulib/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/grp/.gitignore b/grp/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/grp/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/hurd/.gitignore b/hurd/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/hurd/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/inet/.gitignore b/inet/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/inet/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/intl/.gitignore b/intl/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/intl/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/io/.gitignore b/io/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/io/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/locale/.gitignore b/locale/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/locale/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/mach/.gitignore b/mach/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/mach/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/math/.gitignore b/math/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/math/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/misc/.gitignore b/misc/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/misc/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/posix/.gitignore b/posix/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/posix/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/pwd/.gitignore b/pwd/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/pwd/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/resolv/.gitignore b/resolv/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/resolv/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/resource/.gitignore b/resource/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/resource/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/setjmp/.gitignore b/setjmp/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/setjmp/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/signal/.gitignore b/signal/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/signal/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/socket/.gitignore b/socket/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/socket/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/string/.gitignore b/string/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/string/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/sysvipc/.gitignore b/sysvipc/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/sysvipc/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/termios/.gitignore b/termios/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/termios/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/time/.gitignore b/time/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/time/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/wcsmbs/.gitignore b/wcsmbs/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/wcsmbs/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo diff --git a/wctype/.gitignore b/wctype/.gitignore deleted file mode 100644 index 3fc9f4cdf1..0000000000 --- a/wctype/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.d *.o *.so *.po *.go stamp.* *.stamp *.ustamp *.udeps -*.gz *.Z *.tar *.tgz -=* -TODO COPYING* AUTHORS copyr-* copying.* -glibc-* -distinfo -- cgit v1.2.3