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