mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 20:54:13 +01:00
#include'ing mysterious stuff from ${DESTDIR}/sys/<somewhere> is no longer
necessary. Requested by: phk
This commit is contained in:
parent
28cf896d68
commit
0cc1383e69
@ -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>
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user