1113674Smtm/*
2113674Smtm * Copyright (c) 2003-2012 Apple Inc. All rights reserved.
3113674Smtm *
4113674Smtm * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
5113674Smtm *
6113674Smtm * This file contains Original Code and/or Modifications of Original Code
7113674Smtm * as defined in and that are subject to the Apple Public Source License
8113674Smtm * Version 2.0 (the 'License'). You may not use this file except in
9113674Smtm * compliance with the License. The rights granted to you under the License
10113674Smtm * may not be used to create, or enable the creation or redistribution of,
11113674Smtm * unlawful or unlicensed copies of an Apple operating system, or to
12113674Smtm * circumvent, violate, or enable the circumvention or violation of, any
13113674Smtm * terms of an Apple operating system software license agreement.
14113674Smtm *
15113674Smtm * Please obtain a copy of the License at
16113674Smtm * http://www.opensource.apple.com/apsl/ and read it before using this file.
17113674Smtm *
18113674Smtm * The Original Code and all software distributed under the License are
19113674Smtm * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
20113674Smtm * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
21113674Smtm * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
22113674Smtm * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
23113674Smtm * Please see the License for the specific language governing rights and
24113674Smtm * limitations under the License.
25113674Smtm *
26113674Smtm * @APPLE_OSREFERENCE_LICENSE_HEADER_END@
27113674Smtm */
28113674Smtm#ifndef _UID_T
29193198Sdougb#define _UID_T
30195026Sdougbtypedef __darwin_uid_t        uid_t;
31136224Smtm#endif  /* _UID_T */
32113674Smtm