OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [insight/] [tcl/] [compat/] [dirent.h] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
/*
2
 * dirent.h --
3
 *
4
 *      This file is a replacement for <dirent.h> in systems that
5
 *      support the old BSD-style <sys/dir.h> with a "struct direct".
6
 *
7
 * Copyright (c) 1991 The Regents of the University of California.
8
 * Copyright (c) 1994 Sun Microsystems, Inc.
9
 *
10
 * See the file "license.terms" for information on usage and redistribution
11
 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
12
 *
13
 * RCS: @(#) $Id: dirent.h,v 1.1.1.1 2002-01-16 10:25:23 markom Exp $
14
 */
15
 
16
#ifndef _DIRENT
17
#define _DIRENT
18
 
19
#include <sys/dir.h>
20
 
21
#define dirent direct
22
 
23
#endif /* _DIRENT */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.