diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/os/ChangeLog | 8 | ||||
| -rw-r--r-- | src/lib/krb5/os/Makefile.in | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/src/lib/krb5/os/ChangeLog b/src/lib/krb5/os/ChangeLog index a1d7fa027..13b401729 100644 --- a/src/lib/krb5/os/ChangeLog +++ b/src/lib/krb5/os/ChangeLog @@ -1,8 +1,14 @@ 1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + * lock_file.c (krb5_lock_file): Fix bug where if the fcntl-style lock succeeded, we should return immediately instead of - trying to do flock-style locking. + trying to do flock-style locking. Also check for + HAVE_FCNTL_H and defined(F_SETLKW) and + defined(F_RDLCK) instead of POSIX_FILE_LOCKS (so we + can get rid of a non-standard autoconf symbol.) 1998-10-31 Theodore Ts'o <tytso@rsts-11.mit.edu> diff --git a/src/lib/krb5/os/Makefile.in b/src/lib/krb5/os/Makefile.in index 56edfac36..9d03c5e49 100644 --- a/src/lib/krb5/os/Makefile.in +++ b/src/lib/krb5/os/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=lib/krb5/os +mydir=os BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) KRB5_RUN_ENV = @KRB5_RUN_ENV@ |
