summaryrefslogtreecommitdiffstats
path: root/src/plugins/locate/python
diff options
context:
space:
mode:
authorBen Kaduk <kaduk@mit.edu>2012-06-27 14:28:16 -0400
committerBen Kaduk <kaduk@mit.edu>2012-07-02 18:47:15 -0400
commit203de6ef59348a41f2702dabd554c3f1b12cd5da (patch)
tree03197d7cd19c8121a1c32aa52d7474fad84e8f63 /src/plugins/locate/python
parentb5da0b454caf1057d8dc9669737ffe89be5551e4 (diff)
downloadkrb5-203de6ef59348a41f2702dabd554c3f1b12cd5da.tar.gz
krb5-203de6ef59348a41f2702dabd554c3f1b12cd5da.tar.xz
krb5-203de6ef59348a41f2702dabd554c3f1b12cd5da.zip
Resolve no-previous-prototype warning in os/cm.c
The warning is ../../../../krb5/src/lib/krb5/os/cm.c:43: warning: no previous prototype for 'k5 _getcurtime' which occurs because int k5_getcurtime(struct timeval *tvp) is defined (and used) in cm.c but there is no forward declaration. Include the os-proto.h (internal) header which declares this function to eliminate the warning. k5_getcurtime() is the first declaration in cm.c, so there is not an ABI concern. The only other consumer of k5_getcurtime(), sendto_kdc.c, already includes os-proto.h, so this issue is purely cosmetic.
Diffstat (limited to 'src/plugins/locate/python')
0 files changed, 0 insertions, 0 deletions