[BACK]Return to getdents.h CVS log [TXT][DIR] Up to [Development] / xfs-cmds / dmapi / libdm

File: [Development] / xfs-cmds / dmapi / libdm / getdents.h (download)

Revision 1.1, Mon Nov 21 14:43:45 2005 UTC (11 years, 10 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD

Resolve getdents/getdents64 and various build issues from libdm using kernel types directly.
Merge of master-melb:xfs-cmds:24519a by kenmcd.

/*
 * Copyright (c) 2000-2001 Silicon Graphics, Inc.
 * All Rights Reserved.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License as
 * published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it would be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write the Free Software Foundation,
 * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
#ifndef GETDENTS_H
#define GETDENTS_H

int __getdents_wrap (int fd, char *buf, size_t nbytes);

#endif /* GETDENTS_H */