commit | a5290b598fdd229d200e28e2fb7b4d85a128c998 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Thu Mar 17 18:54:15 2011 +0300 |
committer | Kir Kolyshkin <kir@openvz.org> | Thu Mar 17 18:54:15 2011 +0300 |
tree | 8e09278de8b3b7f8942a9cf338a1893fc32203ba | |
parent | 9ea263300114dd063fbac99eab4b3f148b3c6f54 [diff] |
include/vzsyscalls.h: only define __NR_ioprio_set if undef Recent distros come with includes that have __NR_ioprio_set already defined, so let's only define it if it is missing. Helps to avoid this warning: warning: "__NR_ioprio_set" redefined Signed-off-by: Kir Kolyshkin <kir@openvz.org>