]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
include: add /proc/locks path to pathnames
authorDavidlohr Bueso <dave@gnu.org>
Wed, 29 Feb 2012 11:27:41 +0000 (12:27 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 29 Feb 2012 11:27:41 +0000 (12:27 +0100)
Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
include/pathnames.h

index e6e3d1957534be208dc3f697d54d146430f8ae05..3547e8e4a781084733dc29440c8efc70256b1f03 100644 (file)
@@ -88,6 +88,7 @@
 #define _PATH_PROC_PARTITIONS  "/proc/partitions"
 #define _PATH_PROC_DEVICES     "/proc/devices"
 #define _PATH_PROC_MOUNTINFO   "/proc/self/mountinfo"
+#define _PATH_PROC_LOCKS        "/proc/locks"
 
 #define _PATH_SYS_BLOCK                "/sys/block"
 #define _PATH_SYS_DEVBLOCK     "/sys/dev/block"