mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
9039c58ffb
- Makfile Cleanup PR: ports/106717 Submitted by: trasz
11 lines
390 B
C
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, ...);
|