Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jul 2007 10:10:03 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 122936 for review
Message-ID:  <200707051010.l65AA3Z6043245@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=122936

Change 122936 by rdivacky@rdivacky_witten on 2007/07/05 10:09:14

	fdopendir and __fdopendir2 prototypes.

Affected files ...

.. //depot/projects/soc2007/rdivacky/linux_at/include/dirent.h#2 edit

Differences ...

==== //depot/projects/soc2007/rdivacky/linux_at/include/dirent.h#2 (text+ko) ====

@@ -94,11 +94,13 @@
 __BEGIN_DECLS
 #if __BSD_VISIBLE
 DIR	*__opendir2(const char *, int);
+DIR	*__fdopendir2(int, int);
 int	 alphasort(const void *, const void *);
 int	 getdents(int, char *, int);
 int	 getdirentries(int, char *, int, long *);
 #endif
 DIR	*opendir(const char *);
+DIR	*fdopendir(int);
 struct dirent *
 	 readdir(DIR *);
 #if __POSIX_VISIBLE >= 199506 || __XSI_VISIBLE >= 500



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707051010.l65AA3Z6043245>