1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Fix build on FreeBSD 4.x

This commit is contained in:
Pav Lucistnik 2004-07-02 08:19:36 +00:00
parent 74b0fae0ef
commit 0ba21a5f2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112741

View File

@ -0,0 +1,12 @@
--- src/update.c.orig Mon Jun 28 00:23:19 2004
+++ src/update.c Fri Jul 2 10:17:30 2004
@@ -91,8 +91,8 @@
}
void download_process(struct request *request) {
- request->data = NULL;
FILE *f;
+ request->data = NULL;
if(request->source[0] == '|') {
/* if the first char is a | we have a pipe else a file */