File:  [DVB] / dietlibc / libugly / dirfd.c
Revision 1.1: download - view: text, annotated - select for diffs
Tue Nov 13 16:19:36 2001 UTC (22 years, 6 months ago) by fefe
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND, HEAD
several changes to make vs_ftpd compile.

#include <sys/types.h>
#include "dietdirent.h"
#define _BSD_SOURCE
#include <dirent.h>

int dirfd(DIR* dirp) {
  return dirp->fd;
}

LinuxTV legacy CVS <linuxtv.org/cvs>