aboutsummaryrefslogtreecommitdiff
path: root/bin/dd/position.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dd/position.c')
-rw-r--r--bin/dd/position.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/bin/dd/position.c b/bin/dd/position.c
index 9e2ed77c1d18..1eee499b02c0 100644
--- a/bin/dd/position.c
+++ b/bin/dd/position.c
@@ -33,22 +33,19 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: position.c,v 1.5 1997/02/22 14:02:48 peter Exp $
*/
#ifndef lint
+#if 0
static char const sccsid[] = "@(#)position.c 8.3 (Berkeley) 4/2/94";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <sys/ioctl.h>
#include <sys/mtio.h>
#include <err.h>
-#include <errno.h>
-#include <string.h>
#include <unistd.h>
#include "dd.h"