]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/glibc/glibc-rh832694.patch
dhcpcd: fix delay after dhcp down.
[ipfire-2.x.git] / src / patches / glibc / glibc-rh832694.patch
1 diff --git a/sysdeps/gnu/errlist.c b/sysdeps/gnu/errlist.c
2 index e3d2faf..5437ff8 100644
3 --- a/sysdeps/gnu/errlist.c
4 +++ b/sysdeps/gnu/errlist.c
5 @@ -780,11 +780,12 @@ TRANS The user's disk quota was exceeded. */
6 #endif
7 #ifdef ESTALE
8 /*
9 -TRANS Stale NFS file handle. This indicates an internal confusion in the NFS
10 -TRANS system which is due to file system rearrangements on the server host.
11 -TRANS Repairing this condition usually requires unmounting and remounting
12 -TRANS the NFS file system on the local host. */
13 - [ERR_REMAP (ESTALE)] = N_("Stale NFS file handle"),
14 +TRANS Stale file handle. This indicates an internal confusion in the
15 +TRANS file system which is due to file system rearrangements on the server host
16 +TRANS for NFS filesystems or corruption in other filesystems.
17 +TRANS Repairing this condition usually requires unmounting, possibly
18 +TRANS repairing and remounting the file system. */
19 + [ERR_REMAP (ESTALE)] = N_("Stale file handle"),
20 # if ESTALE > ERR_MAX
21 # undef ERR_MAX
22 # define ERR_MAX ESTALE