]> git.michaelhowe.org Git - packages/o/openafs.git/commit
bozo: Constify bozo_Log 'format' argument
authorAndrew Deason <adeason@sinenomine.net>
Mon, 10 Feb 2014 22:23:07 +0000 (16:23 -0600)
committerStephan Wiesand <stephan.wiesand@desy.de>
Wed, 7 Oct 2015 10:04:08 +0000 (06:04 -0400)
commitf3131a3535d1871909aac0ea47fe8212f14fc31d
treeae7641ab16ea425afeec9a9daa8dac77e9bd3e3c
parentd863f67e0b50a9f6dfc8dc072c42d10a6fceaa9e
bozo: Constify bozo_Log 'format' argument

We clearly do not need to modify the format string; declare it const.
This makes the signature of bozo_Log identical to FSLog, which can
make it easier to use these functions interchangeably.

Reviewed-on: http://gerrit.openafs.org/10830
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit ed1b1df3c8acf9a2c5d4dface88ac15dcb8d7a2e)

Change-Id: I29fb3df82866dc8457d92a0b88eb02ae50879db7
Reviewed-on: http://gerrit.openafs.org/11931
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Perry Ruiter <pruiter@sinenomine.net>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/bozo/bosprototypes.h
src/bozo/bosserver.c