#include'ing mysterious stuff from ${DESTDIR}/sys/<somewhere> is no longer

necessary.
Requested by: phk
This commit is contained in:
Joerg Wunsch 1994-10-14 16:03:33 +00:00
parent b73f3b1da2
commit b365f23675
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3592
2 changed files with 3 additions and 4 deletions

View File

@ -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>

View File

@ -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,