diff options
author | avg <avg@FreeBSD.org> | 2011-03-26 10:59:24 +0000 |
---|---|---|
committer | avg <avg@FreeBSD.org> | 2011-03-26 10:59:24 +0000 |
commit | ae4ae2c803e333c9798cad1469c5f0cf31c9bb41 (patch) | |
tree | 05b137097b3b4e6fe6e4dceb0d5e6d84f54de958 /sys/amd64/linux32/linux32_syscall.h | |
parent | 4f32c1a13f363162f975d999393bd4fd4744aed6 (diff) | |
download | FreeBSD-src-ae4ae2c803e333c9798cad1469c5f0cf31c9bb41.zip FreeBSD-src-ae4ae2c803e333c9798cad1469c5f0cf31c9bb41.tar.gz |
linux compat: add non-dummy capget and capset system calls, regenerate
And drop dummy definitions for those system calls.
This may transiently break the build.
PR: kern/149168
Submitted by: John Wehle <john@feith.com>
Reviewed by: netchild
MFC after: 2 weeks
Diffstat (limited to 'sys/amd64/linux32/linux32_syscall.h')
-rw-r--r-- | sys/amd64/linux32/linux32_syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/linux32/linux32_syscall.h b/sys/amd64/linux32/linux32_syscall.h index cee74f1..edd9a03 100644 --- a/sys/amd64/linux32/linux32_syscall.h +++ b/sys/amd64/linux32/linux32_syscall.h @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 219559 2011-03-12 08:51:43Z avg + * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 220028 2011-03-26 10:51:56Z avg */ #define LINUX_SYS_exit 1 |