Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Eric Haszlakiewicz <erh@netbsd.org>
List: source-changes
Date: 09/30/1998 20:48:32
Module Name:	src
Committed By:	erh
Date:		Thu Oct  1 03:48:32 UTC 1998

Modified Files:
	src/sys/compat/linux/common: linux_ipc.h linux_msg.h linux_sem.h
	    linux_shm.h
Removed Files:
	src/sys/compat/linux: linux_ipc.h linux_msg.h linux_sem.h linux_shm.h
Log Message:
Move IPC headers to common.  The msg, sem and shm files, in addition to other common structures and to avoid creating several more machine dependent header files, include the syscall arguments for several system calls which don't exist on all architechtures.