add new argument from libos.spec
authorJohn Kohl <jtkohl@mit.edu>
Tue, 30 Jan 1990 18:06:46 +0000 (18:06 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 30 Jan 1990 18:06:46 +0000 (18:06 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@212 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/lock_file.c

index 2ec4e2d6e482db92ba2e20cd49b0a5b514b37d8f..7935a1dcbd93cdc45ab95c3ec937e5436a9dac8a 100644 (file)
@@ -29,9 +29,11 @@ static char rcsid_lock_file_c [] =
 
 extern int errno;
 
+/*ARGSUSED*/
 krb5_error_code
-krb5_lock_file(filep, mode)
+krb5_lock_file(filep, pathname, mode)
 FILE *filep;
+char *pathname;
 int mode;
 {
     int flock_flag = -1;