1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/archivers/gtar/files/patch-lib_dirname_c
FUJISHIMA Satsuki 8155707f26 o update to 1.13.19.
o deinstall info properly.
o add WANT_STATIC flavor.

PR:		24502
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>,
		maintainer
2001-02-01 14:48:44 +00:00

17 lines
282 B
Plaintext

$FreeBSD$
--- lib/dirname.c.orig Wed Jan 31 02:08:57 2001
+++ lib/dirname.c Wed Jan 31 02:10:31 2001
@@ -19,6 +19,12 @@
# include <config.h>
#endif
+#if HAVE_STRING_H
+# include <string.h>
+#else
+# include <strings.h>
+#endif
+
#if HAVE_STDLIB_H
# include <stdlib.h>
#endif