Update NEWS for 1.6.22
[pkg-k5-afs_openafs.git] / src / vol / test / testpart.c
blobdc29b80847b0a287ad98d0934aee02a65662ed1f
1 /*
2 * Copyright 2000, International Business Machines Corporation and others.
3 * All Rights Reserved.
4 *
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
8 */
10 #include <afsconfig.h>
11 #include <afs/param.h>
14 #include <stdio.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);
21 iopen()
25 AssertionFailed()
27 printf("assertion failed\n");
28 exit(-1);
31 Abort()
33 printf("Aborting\n");
34 exit(-1);
37 main(argc, argv)
38 int argc;
39 char **argv;
41 VolumePackageOptions opts;
43 VOptDefaults(1, &opts);
44 if (VInitVolumePackage2(1, &opts)) {
45 printf("errors encountered initializing volume package\n");
46 exit(-1);
48 VPrintDiskStats();