Home | History | Annotate | Line # | Download | only in gen
fts.c revision 1.22
      1  1.22  thorpej /*	$NetBSD: fts.c,v 1.22 1997/10/22 06:37:48 thorpej Exp $	*/
      2  1.12      cgd 
      3  1.22  thorpej /*
      4  1.22  thorpej  * Written by Jason R. Thorpe <thorpej (at) NetBSD.ORG>, October 21, 1997.
      5  1.22  thorpej  * Public domain.
      6   1.1      cgd  */
      7   1.1      cgd 
      8  1.21     fvdl #define __LIBC12_SOURCE__
      9  1.21     fvdl 
     10  1.22  thorpej #include "__fts13.c"
     11