freebsd-ports/sysutils/44bsd-more/files/patch-tags.c
Alexander Langer f3fe1f940f Don't include the Rcs-id line from the to-be-patched file in the patch,
since $FreeBSD$ is expanded and the patch fails.

Submitted by:	bento
2001-01-12 14:57:40 +00:00

11 lines
230 B
C

--- tags.c.orig Fri Jan 12 15:52:49 2001
+++ tags.c Fri Jan 12 15:55:10 2001
@@ -42,7 +42,7 @@
#endif /* not lint */
#include <sys/types.h>
-#include <sys/queue.h>
+#include "queue.h"
#include <ctype.h>
#include <stdio.h>