freebsd-ports/devel/libtar/files/patch-lib::append.c
Will Andrews 30ca9191d0 Add libtar 1.2, a library for manipulating POSIX and GNU tar files.
PR:		24114
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-03-10 19:40:15 +00:00

11 lines
224 B
C

--- lib/append.c.orig Sat Jan 6 17:47:16 2001
+++ lib/append.c Sat Jan 6 17:47:40 2001
@@ -16,7 +16,6 @@
#include <errno.h>
#include <fcntl.h>
#include <sys/param.h>
-#include <sys/sysmacros.h>
#include <compat.h>