1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

net/afpfs-ng: fix build on recent current

This commit is contained in:
Tobias C. Berner 2020-08-27 17:44:18 +00:00
parent 7fe3b6e9d5
commit d31267a37b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546378

View File

@ -0,0 +1,11 @@
--- cmdline/cmdline_afp.h.orig 2020-08-27 17:43:00 UTC
+++ cmdline/cmdline_afp.h
@@ -1,7 +1,7 @@
#ifndef CMDLINE_AFP_H_
#define CMDLINE_AFP_H_
-int full_url;
+extern int full_url;
int com_connect(char * arg);
int com_dir(char * arg);