From: Willem Jan Withagen Date: Fri, 16 Jun 2017 21:36:51 +0000 (+0200) Subject: common/freebsd_errno.cc: fix missing ; X-Git-Tag: v12.1.0~90^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5b29a8f47866954f8a8dc9cbefc30d0735869a62;p=ceph.git common/freebsd_errno.cc: fix missing ; Signed-off-by: Willem Jan Withagen --- diff --git a/src/common/freebsd_errno.cc b/src/common/freebsd_errno.cc index 27f60f8a0cab..cc89436a90bf 100644 --- a/src/common/freebsd_errno.cc +++ b/src/common/freebsd_errno.cc @@ -123,7 +123,7 @@ static const__s32 hostos_to_ceph_conv[256] = { C2H_ERRNO(131, ENOTRECOVERABLE), C2H_ERRNO(132, EPERM), //TODO ERFKILL C2H_ERRNO(133, EPERM), //TODO EHWPOISON - } + }; // Build a table with the FreeBSD error as index // and the Linux error as value