forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
411 B
C
11 lines
411 B
C
--- sysstr.c.orig 2011-12-14 18:26:39.000000000 +0800
|
|
+++ sysstr.c 2012-07-24 11:27:18.000000000 +0800
|
|
@@ -74,7 +74,7 @@
|
|
int
|
|
str_open(const struct mystr* p_str, const enum EVSFSysStrOpenMode mode)
|
|
{
|
|
- enum EVSFSysUtilOpenMode open_mode = kVSFSysStrOpenUnknown;
|
|
+ enum EVSFSysUtilOpenMode open_mode = (enum EVSFSysUtilOpenMode) kVSFSysStrOpenUnknown;
|
|
switch (mode)
|
|
{
|
|
case kVSFSysStrOpenReadOnly:
|