1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/net-mgmt/annextools/files/patch-erpcd::acp_policy.c
Martin Wilke 9039c58ffb - Fix gcc 4.1 build
- Makfile Cleanup

PR:		ports/106717
Submitted by:	trasz
2006-12-14 22:19:04 +00:00

11 lines
390 B
C

--- erpcd/acp_policy.c.orig Thu Dec 14 13:12:21 2006
+++ erpcd/acp_policy.c Thu Dec 14 13:14:18 2006
@@ -333,6 +333,7 @@
char *Pass, int prompt,
int max_retries, char *Message,
ARQ_PROFILE *opt_info));
+static int map_mask_to_code(int);
#ifdef _WIN32
int syslog( int pri, const char *format, ...);