mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
- additional MASTER_SITE (there was only one) - tidied Makefile considerably - fixed failure to build under different PREFIX - added DOC option - added EXAMPLES option, and now can have examples (there were none before) - eliminated numerous compilation warnings - REMOVED pkg-plist (only two files in it) - REMOVED pkg-message (now redundant) - ADDED new patches in files/ PR: 209379 Submitted by: bob@eager.cx (maintainer)
11 lines
479 B
C
11 lines
479 B
C
--- regutil.c.orig 2004-01-16 14:57:12 UTC
|
|
+++ regutil.c
|
|
@@ -52,7 +52,7 @@ static void gettimeofday(struct timeval
|
|
|
|
struct {
|
|
char * name;
|
|
- APIRET (APIENTRY*funcptr)(PUCHAR fname, ULONG argc, PRXSTRING argv, PSZ pSomething, PRXSTRING result);
|
|
+ APIRET (APIENTRY*funcptr)(PCSZ fname, ULONG argc, PRXSTRING argv, PCSZ pSomething, PRXSTRING result);
|
|
} funclist[] = {
|
|
{"SYSADDREXXMACRO", sysaddrexxmacro},
|
|
{"SYSCLEARREXXMACROSPACE", sysclearrexxmacrospace},
|