diff options
author | peter <peter@FreeBSD.org> | 1996-01-08 04:34:54 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-01-08 04:34:54 +0000 |
commit | 3b94c9ca38b1b8408687a636e76e56edc51e5ffa (patch) | |
tree | 91e0cf7fc7ee402efb128f3694367f2cdd452490 /sys/compat/linux/linux_ipc.c | |
parent | dbe9772dd3f023593a110cdc8109b72242bc9b94 (diff) | |
download | FreeBSD-src-3b94c9ca38b1b8408687a636e76e56edc51e5ffa.zip FreeBSD-src-3b94c9ca38b1b8408687a636e76e56edc51e5ffa.tar.gz |
reran makesyscalls
Always call the SYSV ipc functions, stubs will take their place if
necessary.
Diffstat (limited to 'sys/compat/linux/linux_ipc.c')
-rw-r--r-- | sys/compat/linux/linux_ipc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_ipc.c b/sys/compat/linux/linux_ipc.c index 9d7a972..2e5b924 100644 --- a/sys/compat/linux/linux_ipc.c +++ b/sys/compat/linux/linux_ipc.c @@ -25,10 +25,9 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux_ipc.c,v 1.4 1995/12/29 22:12:14 sos Exp $ + * $Id: linux_ipc.c,v 1.5 1996/01/05 19:52:49 wollman Exp $ */ -#include "opt_sysvipc.h" #include <sys/param.h> #include <sys/systm.h> |