mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
04df6dcb62
Submitted by: kris (bento) Suggestion from: marcel
12 lines
469 B
C++
12 lines
469 B
C++
--- src/optin.cpp.orig Sun Dec 28 23:43:15 2003
|
|
+++ src/optin.cpp Sun Dec 28 23:43:52 2003
|
|
@@ -364,7 +364,7 @@
|
|
|
|
static bool matches(char *v1, char *v2);
|
|
|
|
-POV_ISTREAM *Opts_Locate_File(char *filename, unsigned long stype, char *buffer, int err_flag, POVMSObjectPtr obj);
|
|
+POV_ISTREAM *Opts_Locate_File(char *filename, u_int32 stype, char *buffer, int err_flag, POVMSObjectPtr obj);
|
|
|
|
|
|
/*****************************************************************************
|