From 19db2a3c0b253c31136dacbde92acc75b00dc03f Mon Sep 17 00:00:00 2001 From: Sean Eric Fagan Date: Fri, 9 Jan 1998 00:39:10 +0000 Subject: [PATCH] Proper way to do the previous mis-commit. Still not quite right, because some header files (e.g., ) include , and this will not pick up the right header files, so it may be removed eventually anyway. But some people who are not willing to build the right way apparantly want this, so this is for them. --- usr.bin/truss/Makefile | 2 +- usr.bin/truss/amd64-fbsd32.c | 6 +++--- usr.bin/truss/amd64-linux32.c | 6 +++--- usr.bin/truss/i386-fbsd.c | 6 +++--- usr.bin/truss/i386-linux.c | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/usr.bin/truss/Makefile b/usr.bin/truss/Makefile index 63172a830eaa..61d78425f08d 100644 --- a/usr.bin/truss/Makefile +++ b/usr.bin/truss/Makefile @@ -1,7 +1,7 @@ PROG= truss SRCS= main.c setup.c i386-fbsd.c i386-linux.c \ syscalls.c linux_syscalls.h syscalls.h ioctl.c -CFLAGS+= -I${.CURDIR} -I. +CFLAGS+= -I${.CURDIR} -I. -I${.CUDIR}/../../sys CLEANFILES+=i386l-syscalls.master syscalls.master linux_syscalls.h \ syscalls.h ioctl.c diff --git a/usr.bin/truss/amd64-fbsd32.c b/usr.bin/truss/amd64-fbsd32.c index e141e2c209ba..1686e58bf6ee 100644 --- a/usr.bin/truss/amd64-fbsd32.c +++ b/usr.bin/truss/amd64-fbsd32.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: i386-fbsd.c,v 1.3 1998/01/05 07:30:24 charnier Exp $"; #endif /* not lint */ /* @@ -51,8 +51,8 @@ static const char rcsid[] = #include #include #include -#include -#include +#include +#include #include #include "syscall.h" diff --git a/usr.bin/truss/amd64-linux32.c b/usr.bin/truss/amd64-linux32.c index 0cb7c22302af..4a2421eb877e 100644 --- a/usr.bin/truss/amd64-linux32.c +++ b/usr.bin/truss/amd64-linux32.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: i386-linux.c,v 1.3 1998/01/05 07:30:25 charnier Exp $"; #endif /* not lint */ /* @@ -49,8 +49,8 @@ static const char rcsid[] = #include #include #include -#include -#include +#include +#include #include "syscall.h" diff --git a/usr.bin/truss/i386-fbsd.c b/usr.bin/truss/i386-fbsd.c index e141e2c209ba..1686e58bf6ee 100644 --- a/usr.bin/truss/i386-fbsd.c +++ b/usr.bin/truss/i386-fbsd.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: i386-fbsd.c,v 1.3 1998/01/05 07:30:24 charnier Exp $"; #endif /* not lint */ /* @@ -51,8 +51,8 @@ static const char rcsid[] = #include #include #include -#include -#include +#include +#include #include #include "syscall.h" diff --git a/usr.bin/truss/i386-linux.c b/usr.bin/truss/i386-linux.c index 0cb7c22302af..4a2421eb877e 100644 --- a/usr.bin/truss/i386-linux.c +++ b/usr.bin/truss/i386-linux.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: i386-linux.c,v 1.3 1998/01/05 07:30:25 charnier Exp $"; #endif /* not lint */ /* @@ -49,8 +49,8 @@ static const char rcsid[] = #include #include #include -#include -#include +#include +#include #include "syscall.h"