The Linux emulator depends on SYSV IPC but doesn't actually reference

the options.
This commit is contained in:
Garrett Wollman 1996-01-05 19:52:49 +00:00
parent eb8421526c
commit d90f925367
2 changed files with 6 additions and 2 deletions

View file

@ -25,9 +25,11 @@
* (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.3 1995/12/15 05:07:20 peter Exp $
* $Id: linux_ipc.c,v 1.4 1995/12/29 22:12:14 sos Exp $
*/
#include "opt_sysvipc.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sysproto.h>

View file

@ -25,9 +25,11 @@
* (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.3 1995/12/15 05:07:20 peter Exp $
* $Id: linux_ipc.c,v 1.4 1995/12/29 22:12:14 sos Exp $
*/
#include "opt_sysvipc.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sysproto.h>