Skip to content

Commit

Permalink
format: apply bareos-check-sources fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jun 22, 2022
1 parent ecbc7b8 commit d4397ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/cmake/BareosFindAllLibraries.cmake
@@ -1,6 +1,6 @@
# BAREOS® - Backup Archiving REcovery Open Sourced
#
# Copyright (C) 2017-2021 Bareos GmbH & Co. KG
# Copyright (C) 2017-2022 Bareos GmbH & Co. KG
#
# This program is Free Software; you can redistribute it and/or
# modify it under the terms of version three of the GNU Affero General Public
Expand Down
2 changes: 1 addition & 1 deletion core/src/droplet/libdroplet/CMakeLists.txt
@@ -1,6 +1,6 @@
# BAREOS® - Backup Archiving REcovery Open Sourced
#
# Copyright (C) 2020-2020 Bareos GmbH & Co. KG
# Copyright (C) 2020-2022 Bareos GmbH & Co. KG
#
# This program is Free Software; you can redistribute it and/or
# modify it under the terms of version three of the GNU Affero General Public
Expand Down
4 changes: 2 additions & 2 deletions core/src/droplet/libdroplet/include/droplet/cdmi/crcmodel.h
Expand Up @@ -78,8 +78,8 @@

#ifndef DONE_STYLE
typedef unsigned long ulong;
#include "stdbool.h"
//typedef unsigned bool;
# include "stdbool.h"
// typedef unsigned bool;
typedef unsigned char* p_ubyte_;

# ifndef TRUE
Expand Down
1 change: 0 additions & 1 deletion core/src/lib/CMakeLists.txt
Expand Up @@ -138,7 +138,6 @@ else()
list(APPEND BAREOS_SRCS osinfo.cc)
endif()


add_library(bareos SHARED ${BAREOS_SRCS} $<TARGET_OBJECTS:version-obj>)

# openssl 3.0
Expand Down

0 comments on commit d4397ae

Please sign in to comment.