diff options
| author | Alexandra Ellwood <lxs@mit.edu> | 2007-06-07 21:50:39 +0000 |
|---|---|---|
| committer | Alexandra Ellwood <lxs@mit.edu> | 2007-06-07 21:50:39 +0000 |
| commit | 91984b0098d0452c3eed9c035357decad477a2ba (patch) | |
| tree | d4a4f9fc988fdd13fcb0b441cf238fcee9198b74 /src/ccapi/common/mac | |
| parent | 5c349b8456b511265ae6c84e40b6f275fe7acdb2 (diff) | |
| download | krb5-91984b0098d0452c3eed9c035357decad477a2ba.tar.gz krb5-91984b0098d0452c3eed9c035357decad477a2ba.tar.xz krb5-91984b0098d0452c3eed9c035357decad477a2ba.zip | |
Removed cross-compilation uses of inline because they don't do
anything on our compilers and were interfering with the
Windows builds. If we need to we can revisit this later with
an actual profiling tool.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19571 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ccapi/common/mac')
| -rw-r--r-- | src/ccapi/common/mac/cci_os_debugging.c | 2 | ||||
| -rw-r--r-- | src/ccapi/common/mac/cci_os_identifier.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ccapi/common/mac/cci_os_debugging.c b/src/ccapi/common/mac/cci_os_debugging.c index f64b83916b..02f06324c9 100644 --- a/src/ccapi/common/mac/cci_os_debugging.c +++ b/src/ccapi/common/mac/cci_os_debugging.c @@ -30,7 +30,7 @@ /* ------------------------------------------------------------------------ */ -inline void cci_os_debug_vprintf (const char *in_format, va_list in_args) +void cci_os_debug_vprintf (const char *in_format, va_list in_args) { dvprintf (in_format, in_args); } diff --git a/src/ccapi/common/mac/cci_os_identifier.c b/src/ccapi/common/mac/cci_os_identifier.c index c01e727bb1..5f3d0651a9 100644 --- a/src/ccapi/common/mac/cci_os_identifier.c +++ b/src/ccapi/common/mac/cci_os_identifier.c @@ -31,7 +31,7 @@ /* ------------------------------------------------------------------------ */ -inline cc_int32 cci_os_identifier_new_uuid (cci_uuid_string_t *out_uuid_string) +cc_int32 cci_os_identifier_new_uuid (cci_uuid_string_t *out_uuid_string) { cc_int32 err = ccNoError; cci_uuid_string_t uuid_string = NULL; |
