summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1994-10-14 16:03:33 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1994-10-14 16:03:33 +0000
commitb365f236754d991672eec43977d108bd64e21d75 (patch)
treec5b22e31995d32102562ecc66e3b7ad772380292
parentb73f3b1da243733f199abe6a1bbb45d3e3f0a0e4 (diff)
Notes
-rw-r--r--usr.sbin/fdwrite/Makefile4
-rw-r--r--usr.sbin/fdwrite/fdwrite.c3
2 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/fdwrite/Makefile b/usr.sbin/fdwrite/Makefile
index 23c22d89fe6e2..a860090a9e806 100644
--- a/usr.sbin/fdwrite/Makefile
+++ b/usr.sbin/fdwrite/Makefile
@@ -6,11 +6,11 @@
# this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
# ----------------------------------------------------------------------------
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1994/09/18 07:39:19 phk Exp $
#
#
PROG = fdwrite
-CFLAGS+= -Wall -I${DESTDIR}/sys
+CFLAGS+= -Wall
.include <bsd.prog.mk>
diff --git a/usr.sbin/fdwrite/fdwrite.c b/usr.sbin/fdwrite/fdwrite.c
index 8e3e91427633b..830faf54dbf07 100644
--- a/usr.sbin/fdwrite/fdwrite.c
+++ b/usr.sbin/fdwrite/fdwrite.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id$
+ * $Id: fdwrite.c,v 1.1.1.1 1994/09/18 07:39:19 phk Exp $
*
*/
@@ -19,7 +19,6 @@
#include <errno.h>
#include <machine/ioctl_fd.h>
-#include <i386/isa/fdreg.h> /* XXX should be in <machine> dir */
int
format_track(int fd, int cyl, int secs, int head, int rate,