diff options
Diffstat (limited to 'src/lib/krb5/os/unlck_file.c')
-rw-r--r-- | src/lib/krb5/os/unlck_file.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/krb5/os/unlck_file.c b/src/lib/krb5/os/unlck_file.c index 563343bed4..b8370c8086 100644 --- a/src/lib/krb5/os/unlck_file.c +++ b/src/lib/krb5/os/unlck_file.c @@ -1,6 +1,5 @@ /* - * $Source$ - * $Author$ + * lib/krb5/os/unlck_file.c * * Copyright 1990 by the Massachusetts Institute of Technology. * All Rights Reserved. @@ -25,10 +24,6 @@ * libos: krb5_lock_file routine */ -#if !defined(lint) && !defined(SABER) -static char rcsid_unlock_file_c [] = -"$Id$"; -#endif /* !lint & !SABER */ #include <stdio.h> |