diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2019-02-13 14:56:17 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2019-02-14 08:21:33 +0000 |
commit | e2ccf87e5cc4da13833276282df544844f0cf1c2 (patch) | |
tree | 74b1adca5e964b61541b1228f92f48b2eced438b /tests/basic/afr/granular-esh | |
parent | e685e81fc5db25cd9cd7757fbede42b359e325cc (diff) |
Fix compilation for fops-sanity.c
Without this patch the following error is seen:
....
warning: implicit declaration of function ‘makedev’ [-Wimplicit-function-declaration]
ret = mknod("cspecial", S_IFCHR | S_IRWXU | S_IRWXG, makedev(2, 3));
^~~~~~~
/usr/bin/ld: /tmp/ccIVwT46.o: in function `path_based_fops':
/home/pk/workspace/gerrit-repo/tests/basic/fops-sanity.c:478:
undefined reference to `makedev'
....
updates bz#1676797
Change-Id: I8a17c38fdfd458dd2dc75f4c7e2bf20ce555a042
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Diffstat (limited to 'tests/basic/afr/granular-esh')
0 files changed, 0 insertions, 0 deletions