Deleted Added
full compact
position.c (35773) position.c (36007)
1/*-
2 * Copyright (c) 1991, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Keith Muller of the University of California, San Diego and Lance
7 * Visser of Convex Computer Corporation.
8 *

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

32 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35 * SUCH DAMAGE.
36 */
37
38#ifndef lint
39#if 0
1/*-
2 * Copyright (c) 1991, 1993, 1994
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Keith Muller of the University of California, San Diego and Lance
7 * Visser of Convex Computer Corporation.
8 *

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

32 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35 * SUCH DAMAGE.
36 */
37
38#ifndef lint
39#if 0
40static char const sccsid[] = "@(#)position.c 8.3 (Berkeley) 4/2/94";
40static char sccsid[] = "@(#)position.c 8.3 (Berkeley) 4/2/94";
41#endif
42static const char rcsid[] =
41#endif
42static const char rcsid[] =
43 "$Id$";
43 "$Id: position.c,v 1.7 1998/05/06 06:51:42 charnier Exp $";
44#endif /* not lint */
45
44#endif /* not lint */
45
46#include <sys/types.h>
46#include <sys/mtio.h>
47
48#include <err.h>
49#include <unistd.h>
50
51#include "dd.h"
52#include "extern.h"
53

--- 112 unchanged lines hidden ---
47#include <sys/mtio.h>
48
49#include <err.h>
50#include <unistd.h>
51
52#include "dd.h"
53#include "extern.h"
54

--- 112 unchanged lines hidden ---