mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-05 04:47:14 +02:00
Since dropping cgmanager, this is only used by upstart, which is in testing. Since it has no maintainer, move it back to the minimum place where it is required
13 lines
358 B
Diff
13 lines
358 B
Diff
diff --git a/nih-dbus-tool/output.h b/nih-dbus-tool/output.h
|
|
index fd83441..56d5394 100644
|
|
--- a/nih-dbus-tool/output.h
|
|
+++ b/nih-dbus-tool/output.h
|
|
@@ -27,7 +27,7 @@
|
|
|
|
NIH_BEGIN_EXTERN
|
|
|
|
-char *output_package;
|
|
+extern char *output_package;
|
|
|
|
int output (const char *source_path, int source_fd,
|
|
const char *header_path, int header_fd,
|