mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
Apply cast from cfc9b348
to the else clause
Clang on FreeBSD complains about format string mismatch as well. Change-Id: I8bf17571807acdcac460efb94d0388b5cac4fa6c Reviewed-on: http://gerrit.openafs.org/9855 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
This commit is contained in:
parent
3767cf8bf4
commit
61caad06b7
@ -538,7 +538,7 @@ DoLockWarning(afs_ucred_t * acred)
|
||||
("afs: byte-range locks only enforced for processes on this machine (pid %d (%s), user %ld).\n", pid, procname, (long)afs_cr_uid(acred));
|
||||
#else
|
||||
afs_warnuser
|
||||
("afs: byte-range lock/unlock ignored; make sure no one else is running this program (pid %d (%s), user %ld).\n", pid, procname, afs_cr_uid(acred));
|
||||
("afs: byte-range lock/unlock ignored; make sure no one else is running this program (pid %d (%s), user %ld).\n", pid, procname, (long)afs_cr_uid(acred));
|
||||
#endif
|
||||
afs_osi_Free(procname, 256);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user