diff options
author | phk <phk@FreeBSD.org> | 1998-06-28 10:04:01 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1998-06-28 10:04:01 +0000 |
commit | 76574381d965b896d8abe5608dd71e1083a715be (patch) | |
tree | c6d132a5fab616cdb66c95d65b1168a0735cf030 /sys | |
parent | 4f44361e03e7fc70b9f2c1f708b30780da4a32d5 (diff) | |
download | FreeBSD-src-76574381d965b896d8abe5608dd71e1083a715be.zip FreeBSD-src-76574381d965b896d8abe5608dd71e1083a715be.tar.gz |
Update generated files
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/syscall.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/syscall.mk b/sys/sys/syscall.mk index e6cbc1b..4fa066a 100644 --- a/sys/sys/syscall.mk +++ b/sys/sys/syscall.mk @@ -1,6 +1,6 @@ # FreeBSD system call names. # DO NOT EDIT-- this file is automatically generated. -# created from Id: syscalls.master,v 1.51 1998/05/14 11:28:11 peter Exp +# created from Id: syscalls.master,v 1.52 1998/06/07 17:11:40 dfr Exp MIASM = \ syscall.o \ exit.o \ @@ -208,4 +208,4 @@ MIASM = \ sched_get_priority_max.o \ sched_get_priority_min.o \ sched_rr_get_interval.o \ - utrace.o
\ No newline at end of file + utrace.o |