mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 16:06:42 +02:00
obtained permission via email, the previous maintainer has stopped using Alpine, so i've also taken over e2tools and libusrsctp in the previous 2 commits
12 lines
217 B
Diff
12 lines
217 B
Diff
--- a/src/cli/cli.c
|
|
+++ b/src/cli/cli.c
|
|
@@ -49,6 +49,9 @@
|
|
|
|
#include "build.h"
|
|
|
|
+#define basename(path) \
|
|
+ (strrchr((path),'/') ? strrchr((path),'/')+1 : (path))
|
|
+
|
|
/**
|
|
* Print a (@detailed) usage of PRoot.
|
|
*/
|