chiark / gitweb /
missing: Fix compilation error due to wrong __NR_name_to_handle_at definition
authorEelco Dolstra <eelco.dolstra@logicblox.com>
Fri, 21 Sep 2012 16:55:51 +0000 (12:55 -0400)
committerLennart Poettering <lennart@poettering.net>
Fri, 21 Sep 2012 20:51:48 +0000 (22:51 +0200)
commit848af05524553aa8171de26323707ee06a9bd9d8
tree45ec2c354330a33edc355491038fdf7ab0354bc0
parentc2893c4b346b3fe33a3f983a83818e91affa9631
missing: Fix compilation error due to wrong __NR_name_to_handle_at definition

"__NR_name_to_handle" should read "__NR_name_to_handle_at".  This
fixes a compilation error on systems with older kernel headers.
src/shared/missing.h