Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/cad/alliance/files/patch-rds_src_ruterror.h
16462 views
1
--- rds/src/ruterror.h.orig 2002-04-25 14:13:59 UTC
2
+++ rds/src/ruterror.h
3
@@ -46,7 +46,7 @@
4
| |
5
\------------------------------------------------------------*/
6
7
-extern char *basename();
8
+#include <libgen.h>
9
10
# define ruterror( E, V ) (rut_error( (E), (V), basename(__FILE__), __LINE__ ))
11
12
13