/vice/file/parms is unsupported and will be removed later. 1.6 only change.
master version will remove it.
Change-Id: Id41ca57c1331fb59b87f7f6a06281b640a8c9879
Reviewed-on: http://gerrit.openafs.org/4720
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
int argc;
if (!(afs_stat("/vice/file/parms", &sbuf))) {
+ ViceLog(0, ("/vice/file/parms is deprecated, and will be removed in a future release!"));
parms = (char *)malloc(sbuf.st_size);
if (!parms)
return;