/* begincopyright
  Copyright (c) 1988 Xerox Corporation. All rights reserved.
  Use and copying of this software and preparation of derivative works based
  upon this software are permitted. Any distribution of this software or
  derivative works must comply with all applicable United States export
  control laws. This software is made available AS IS, and Xerox Corporation
  makes no warranty about the software, its performance or its conformity to
  any specification. Any person obtaining a copy of this software is requested
  to send their name and post office or electronic mail address to:
    PCR Coordinator
    Xerox PARC
    3333 Coyote Hill Rd.
    Palo Alto, CA 94304
  endcopyright */

/*
 * XR←sys←types.h
 *
 * Demers March 2, 1993 5:07:02 pm PST
 *
 * This is specific to SunOS4.1.3,
 *   which is the source of the Cedar UnixSys ... interfaces.
 */

#ifndef ←←XR←sys←types←h
#define ←←XR←sys←types←h

#include <config/PCR←Arch.h>

#if defined(PCR←Arch←SPARC)

typedef char * XR←caddr←t;
typedef unsigned short XR←mode←t;
typedef long XR←time←t;
typedef int XR←size←t;
typedef long XR←key←t;
typedef	short	XR←dev←t;
typedef	long	XR←off←t;
typedef	unsigned long	XR←ino←t;

typedef	unsigned short	XR←uid←t;
typedef	unsigned short	XR←gid←t;

#else

#   error arch ?

#endif

#endif /* ←←XR←sys←types←h */