Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shawn Webb
pkg
Commits
b9f22d5d
Commit
b9f22d5d
authored
Feb 02, 2021
by
Shawn Webb
Browse files
HBSD: Resolve merge conflict
Signed-off-by:
Shawn Webb
<
shawn.webb@hardenedbsd.org
>
parent
b759c48c
Changes
1
Hide whitespace changes
Inline
Side-by-side
libpkg/private/pkg.h
View file @
b9f22d5d
...
...
@@ -924,13 +924,11 @@ void backup_library(struct pkgdb *, struct pkg *, const char *);
int
suggest_arch
(
struct
pkg
*
,
bool
);
int
set_attrsat
(
int
fd
,
const
char
*
path
,
mode_t
perm
,
uid_t
uid
,
gid_t
gid
,
const
struct
timespec
*
ats
,
const
struct
timespec
*
mts
);
<<<<<<<
HEAD
/* Filesystem extended attribute support */
int
pkg_archive_extattrs
(
int
,
struct
archive_entry
*
);
=======
struct
trigger
*
triggers_load
(
bool
cleanup_only
);
int
triggers_execute
(
struct
trigger
*
cleanup_triggers
);
void
append_touched_file
(
const
char
*
path
);
>>>>>>>
74
fd3389a4ee2611603ee8658d2f3b4182ace73e
#endif
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment