Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Pull in <sys/types.h>.
details: https://anonhg.NetBSD.org/src/rev/935e812644d5
branches: trunk
changeset: 475790:935e812644d5
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Aug 25 19:25:13 1999 +0000
description:
Pull in <sys/types.h>.
diffstat:
sys/sys/ipc.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 15ceb7e5b1f2 -r 935e812644d5 sys/sys/ipc.h
--- a/sys/sys/ipc.h Wed Aug 25 17:47:47 1999 +0000
+++ b/sys/sys/ipc.h Wed Aug 25 19:25:13 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ipc.h,v 1.21 1999/08/25 05:05:49 thorpej Exp $ */
+/* $NetBSD: ipc.h,v 1.22 1999/08/25 19:25:13 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -48,9 +48,12 @@
/*
* SVID compatible ipc.h file
*/
+
#ifndef _SYS_IPC_H_
#define _SYS_IPC_H_
+#include <sys/types.h>
+
struct ipc_perm {
uid_t uid; /* user id */
gid_t gid; /* group id */
Home |
Main Index |
Thread Index |
Old Index