1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-13 23:36:08 +00:00
freebsd-ports/news/bgrab/files/patch-ac
Chris Piazza 518a137d11 Import of bgrab.
An automated binary extraction tool for Usenet newsgroups.
It will log into any newsgroup and download all the binary files.

PR:		12841
Submitted by:	Kelly Yancey <kbyanc@posi.net>
1999-08-02 03:32:21 +00:00

11 lines
225 B
Plaintext

diff -u -N ./screen.h ../bgrab/screen.h
--- ./screen.h Sun Jan 24 03:24:50 1999
+++ ../bgrab/screen.h Tue Jul 27 10:38:40 1999
@@ -1,5 +1,5 @@
extern "C" {
-#include <curses.h>
+#include <ncurses.h>
#include <stdio.h>
}