]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - shadow/lckpwdf.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / shadow / lckpwdf.c
index bb2a3d7c16bcc3cbcae97d2b0802311f8520a895..5e9a976560fc6adb80c0809d085a372f71ee05d9 100644 (file)
@@ -1,5 +1,5 @@
 /* Handle locking of password file.
-   Copyright (C) 1996,1998,2000,2002,2007,2009 Free Software Foundation, Inc.
+   Copyright (C) 1996-2017 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
@@ -18,7 +18,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <fcntl.h>
-#include <bits/libc-lock.h>
+#include <libc-lock.h>
 #include <shadow.h>
 #include <signal.h>
 #include <string.h>