From 5b29a8f47866954f8a8dc9cbefc30d0735869a62 Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Fri, 16 Jun 2017 23:36:51 +0200 Subject: [PATCH] common/freebsd_errno.cc: fix missing ; Signed-off-by: Willem Jan Withagen --- src/common/freebsd_errno.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/freebsd_errno.cc b/src/common/freebsd_errno.cc index 27f60f8a0ca..cc89436a90b 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 -- 2.39.5