/* %Z%%M% %I% %E% */

/*
 * Copyright (c) 1998 by Wayne C. Gramlich.
 * All rights reserved.
 *
 * Permission to use, copy, modify, distribute, and sell this software
 * for any purpose is hereby granted without fee provided that the above
 * copyright notice and this permission are retained.  The author makes
 * no representations about the suitability of this software for any purpose.
 * It is provided "as is" without express or implied warranty.
 */

/* Wrapper for sys/types.h: */

#ifndef UNIX_SYS_UTSNAME_H
#define UNIX_SYS_UTSNAME_H

#include <sys/utsname.h>

typedef struct utsname *Uts_name, Uts_name_struct;

#endif /* UNIX_SYS_UTSNAME_H */
