diff options
Diffstat (limited to 'login')
-rw-r--r-- | login/getutent_r.c | 2 | ||||
-rw-r--r-- | login/getutid_r.c | 2 | ||||
-rw-r--r-- | login/getutline_r.c | 2 | ||||
-rw-r--r-- | login/utmp-private.h | 2 | ||||
-rw-r--r-- | login/utmpname.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/login/getutent_r.c b/login/getutent_r.c index 876cc518b6..b929402a2e 100644 --- a/login/getutent_r.c +++ b/login/getutent_r.c @@ -17,7 +17,7 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <stdlib.h> #include <utmp.h> diff --git a/login/getutid_r.c b/login/getutid_r.c index 8eb555903c..42ddb4daea 100644 --- a/login/getutid_r.c +++ b/login/getutid_r.c @@ -17,7 +17,7 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <errno.h> #include <stdlib.h> #include <utmp.h> diff --git a/login/getutline_r.c b/login/getutline_r.c index 55fc16fc57..c51e18c9c7 100644 --- a/login/getutline_r.c +++ b/login/getutline_r.c @@ -18,7 +18,7 @@ <http://www.gnu.org/licenses/>. */ #include <errno.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <utmp.h> #include "utmp-private.h" diff --git a/login/utmp-private.h b/login/utmp-private.h index ae2cdc1a45..96356676aa 100644 --- a/login/utmp-private.h +++ b/login/utmp-private.h @@ -22,7 +22,7 @@ #define _UTMP_PRIVATE_H 1 #include <utmp.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> /* The structure describing the functions in a backend. */ struct utfuncs diff --git a/login/utmpname.c b/login/utmpname.c index b387edb1da..ec5c2844cb 100644 --- a/login/utmpname.c +++ b/login/utmpname.c @@ -16,7 +16,7 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <stdlib.h> #include <string.h> #include <utmp.h> |