sl@0: /* sl@0: * dirent.h -- sl@0: * sl@0: * This file is a replacement for in systems that sl@0: * support the old BSD-style with a "struct direct". sl@0: * sl@0: * Copyright (c) 1991 The Regents of the University of California. sl@0: * Copyright (c) 1994 Sun Microsystems, Inc. sl@0: * sl@0: * See the file "license.terms" for information on usage and redistribution sl@0: * of this file, and for a DISCLAIMER OF ALL WARRANTIES. sl@0: * sl@0: * RCS: @(#) $Id: dirent.h,v 1.2 1998/09/14 18:39:44 stanton Exp $ sl@0: */ sl@0: sl@0: #ifndef _DIRENT sl@0: #define _DIRENT sl@0: sl@0: #include sl@0: sl@0: #define dirent direct sl@0: sl@0: #endif /* _DIRENT */