Changeset 1964 for cpio/vendor/current/src/mt.c
- Timestamp:
- Feb 3, 2017, 2:02:34 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified cpio/vendor/current/src/mt.c ¶
r118 r1964 1 1 /* mt -- control magnetic tape drive operation 2 Copyright (C) 1991 , 1992, 1995, 2001, 2007, 2010 Free Software3 Foundation, Inc.2 Copyright (C) 1991-1992, 1995, 2001, 2007, 2010, 2014-2015 Free 3 Software Foundation, Inc. 4 4 5 5 This program is free software; you can redistribute it and/or modify … … 309 309 fatal_exit () 310 310 { 311 exit (MT_EXIT_ INVOP);311 exit (MT_EXIT_FAILURE); 312 312 } 313 313
Note:
See TracChangeset
for help on using the changeset viewer.