Revert the changes yet again, after some email from Bruce. Sorry.

This commit is contained in:
sef 1998-01-09 09:31:42 +00:00
parent eacf95e241
commit 443ce91143
5 changed files with 13 additions and 13 deletions

View File

@ -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. -I${.CUDIR}/../../sys
CFLAGS+= -I${.CURDIR} -I.
CLEANFILES+=i386l-syscalls.master syscalls.master linux_syscalls.h \
syscalls.h ioctl.c

View File

@ -31,7 +31,7 @@
#ifndef lint
static const char rcsid[] =
"$Id: i386-fbsd.c,v 1.3 1998/01/05 07:30:24 charnier Exp $";
"$Id: i386-fbsd.c,v 1.4 1998/01/09 00:39:07 sef Exp $";
#endif /* not lint */
/*
@ -51,8 +51,8 @@ static const char rcsid[] =
#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/pioctl.h>
#include <i386/include/reg.h>
#include <i386/include/psl.h>
#include <machine/reg.h>
#include <machine/psl.h>
#include <sys/syscall.h>
#include "syscall.h"

View File

@ -31,7 +31,7 @@
#ifndef lint
static const char rcsid[] =
"$Id: i386-linux.c,v 1.3 1998/01/05 07:30:25 charnier Exp $";
"$Id: i386-linux.c,v 1.4 1998/01/09 00:39:10 sef Exp $";
#endif /* not lint */
/*
@ -49,8 +49,8 @@ static const char rcsid[] =
#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/pioctl.h>
#include <i386/include/reg.h>
#include <i386/include/psl.h>
#include <machine/reg.h>
#include <machine/psl.h>
#include "syscall.h"

View File

@ -31,7 +31,7 @@
#ifndef lint
static const char rcsid[] =
"$Id: i386-fbsd.c,v 1.3 1998/01/05 07:30:24 charnier Exp $";
"$Id: i386-fbsd.c,v 1.4 1998/01/09 00:39:07 sef Exp $";
#endif /* not lint */
/*
@ -51,8 +51,8 @@ static const char rcsid[] =
#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/pioctl.h>
#include <i386/include/reg.h>
#include <i386/include/psl.h>
#include <machine/reg.h>
#include <machine/psl.h>
#include <sys/syscall.h>
#include "syscall.h"

View File

@ -31,7 +31,7 @@
#ifndef lint
static const char rcsid[] =
"$Id: i386-linux.c,v 1.3 1998/01/05 07:30:25 charnier Exp $";
"$Id: i386-linux.c,v 1.4 1998/01/09 00:39:10 sef Exp $";
#endif /* not lint */
/*
@ -49,8 +49,8 @@ static const char rcsid[] =
#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/pioctl.h>
#include <i386/include/reg.h>
#include <i386/include/psl.h>
#include <machine/reg.h>
#include <machine/psl.h>
#include "syscall.h"