]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - misc/mntent.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / misc / mntent.c
index 2f0aa6ef6329b11a32f527666bc0ade29f620de1..d1828bdc0fa5290c98d483213eaf19fb7c588a98 100644 (file)
@@ -1,5 +1,5 @@
 /* Utilities for reading/writing fstab, mtab, etc.
-   Copyright (C) 1995-2014 Free Software Foundation, Inc.
+   Copyright (C) 1995-2016 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
@@ -18,7 +18,7 @@
 
 #include <mntent.h>
 #include <stdlib.h>
-#include <bits/libc-lock.h>
+#include <libc-lock.h>
 
 /* We don't want to allocate the static buffer all the time since it
    is not always used (in fact, rather infrequently).  Accept the