1
0
Эх сурвалжийг харах

COMP: Remove warnings by exposing some variables

Andy Cedilnik 20 жил өмнө
parent
commit
a2d9b44d69

+ 1 - 0
Utilities/cmtar/compat/basename.c

@@ -29,6 +29,7 @@
 
 #ifndef lint
 static char rcsid[] = "$OpenBSD: basename.c,v 1.4 1999/05/30 17:10:30 espie Exp $";
+const char* libtar_compat_basename_getrcsid() { return rcsid; }
 #endif /* not lint */
 
 #include <errno.h>

+ 1 - 0
Utilities/cmtar/compat/dirname.c

@@ -29,6 +29,7 @@
 
 #ifndef lint
 static char rcsid[] = "$OpenBSD: dirname.c,v 1.4 1999/05/30 17:10:30 espie Exp $";
+const char* libtar_compat_dirname_getrcsid() { return rcsid; }
 #endif /* not lint */
 
 #include <errno.h>