/*
 * Copyright (c) 2000-2006 UnixLib Developers
 */

#ifndef	__SYS_DIR_H
#define	__SYS_DIR_H	1
#include <dirent.h>
#define	direct	dirent
#endif
