* toffset.c: Added new file which implements the abstract interfaces
authorTheodore Tso <tytso@mit.edu>
Fri, 1 Sep 1995 05:39:48 +0000 (05:39 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 1 Sep 1995 05:39:48 +0000 (05:39 +0000)
commit565dd658322a355c127c2f8c4decde771e81acfd
tree2eb4098be20280d5fd4cbf76b23e64d2a7271587
parente9dcaee1c2caf3adb6dc9a4fd0acbe4df167cae1
* toffset.c: Added new file which implements the abstract interfaces
for manipulating the time offset fields in the os context.

ustime.c (krb5_us_timeofday): Add support for using the time offset
fields in the os context.

timeofday.c (krb5_timeofday): Add support for using the time offset
fields in the os context.

init_os_ctx.c (krb5_os_init_context): Initialize the time offset and
flags fields in the os context.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6647 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/os/ChangeLog
src/lib/krb5/os/Makefile.in
src/lib/krb5/os/init_os_ctx.c
src/lib/krb5/os/timeofday.c
src/lib/krb5/os/toffset.c [new file with mode: 0644]
src/lib/krb5/os/ustime.c