Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2006 15:51:24 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 103254 for review
Message-ID:  <200608051551.k75FpO09009396@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=103254

Change 103254 by rwatson@rwatson_zoo on 2006/08/05 15:50:28

	Also back up/remove new systrace argument file, as with other .c
	files.

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/kern/Makefile#3 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/sys/kern/Makefile#3 (text+ko) ====

@@ -15,6 +15,7 @@
 ../sys/syscall.mk ../sys/sysproto.h: makesyscalls.sh syscalls.master
 	-mv -f init_sysent.c init_sysent.c.bak
 	-mv -f syscalls.c syscalls.c.bak
+	-mv -f systrace_args.c systrace_args.c.bak
 	-mv -f ../sys/syscall.h ../sys/syscall.h.bak
 	-mv -f ../sys/syscall.mk ../sys/syscall.mk.bak
 	-mv -f ../sys/sysproto.h ../sys/sysproto.h.bak



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608051551.k75FpO09009396>