2 * Copyright 2000, International Business Machines Corporation and others.
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
10 #include <afsconfig.h>
11 #include <afs/param.h>
16 Log(a
, b
, c
, d
, e
, f
, g
, h
, i
, j
, k
)
18 printf(a
, b
, c
, d
, e
, f
, g
, h
, i
, j
, k
);
27 printf("assertion failed\n");
41 VolumePackageOptions opts
;
43 VOptDefaults(1, &opts
);
44 if (VInitVolumePackage2(1, &opts
)) {
45 printf("errors encountered initializing volume package\n");