home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved.
- *
- * THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE
- * SANTA CRUZ OPERATION INC.
- *
- * The copyright notice above does not evidence any actual or intended
- * publication of such source code.
- */
-
- #ifndef _USTAT_H
- #define _USTAT_H
- #ident "@(#)sgs-head:common/head/ustat.h 1.3.2.2"
-
- #include <sys/types.h>
- #include <sys/ustat.h>
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- extern int ustat(dev_t, struct ustat *);
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif /*_USTAT_H*/
-