Deleted Added
full compact
restore.h (23670) restore.h (35852)
1/*
2 * Copyright (c) 1983, 1993
3 * The Regents of the University of California. All rights reserved.
4 * (c) UNIX System Laboratories, Inc.
5 * All or some portions of this file are derived from material licensed
6 * to the University of California by American Telephone and Telegraph
7 * Co. or Unix System Laboratories, Inc. and are reproduced herein with
8 * the permission of UNIX System Laboratories, Inc.

--- 33 unchanged lines hidden (view full) ---

42 * Flags
43 */
44extern int cvtflag; /* convert from old to new tape format */
45extern int bflag; /* set input block size */
46extern int dflag; /* print out debugging info */
47extern int hflag; /* restore heirarchies */
48extern int mflag; /* restore by name instead of inode number */
49extern int Nflag; /* do not write the disk */
1/*
2 * Copyright (c) 1983, 1993
3 * The Regents of the University of California. All rights reserved.
4 * (c) UNIX System Laboratories, Inc.
5 * All or some portions of this file are derived from material licensed
6 * to the University of California by American Telephone and Telegraph
7 * Co. or Unix System Laboratories, Inc. and are reproduced herein with
8 * the permission of UNIX System Laboratories, Inc.

--- 33 unchanged lines hidden (view full) ---

42 * Flags
43 */
44extern int cvtflag; /* convert from old to new tape format */
45extern int bflag; /* set input block size */
46extern int dflag; /* print out debugging info */
47extern int hflag; /* restore heirarchies */
48extern int mflag; /* restore by name instead of inode number */
49extern int Nflag; /* do not write the disk */
50extern int uflag; /* unlink symlink targets */
50extern int vflag; /* print out actions taken */
51extern int yflag; /* always try to recover from tape errors */
52/*
53 * Global variables
54 */
55extern char *dumpmap; /* map of inodes on this dump tape */
56extern char *usedinomap; /* map of inodes that are in use on this fs */
57extern ino_t maxino; /* highest numbered inode in this file system */

--- 82 unchanged lines hidden ---
51extern int vflag; /* print out actions taken */
52extern int yflag; /* always try to recover from tape errors */
53/*
54 * Global variables
55 */
56extern char *dumpmap; /* map of inodes on this dump tape */
57extern char *usedinomap; /* map of inodes that are in use on this fs */
58extern ino_t maxino; /* highest numbered inode in this file system */

--- 82 unchanged lines hidden ---