From: k3040e4 AT c210 DOT edvz DOT uni-linz DOT ac DOT at (Oberhumer Markus) Message-Id: <199608281828.UAA20775@c210.edvz.uni-linz.ac.at> Subject: Re: d_ino in struct dirent ? To: dj AT delorie DOT com (DJ Delorie) Date: Wed, 28 Aug 1996 20:28:17 -0200 (MET DST) Cc: djgpp-workers AT delorie DOT com (djgpp-workers) In-Reply-To: <199608262322.TAA29319@delorie.com> from "DJ Delorie" at Aug 26, 96 07:22:00 pm Return-Read-To: markus DOT oberhumer AT jk DOT uni-linz DOT ac DOT at Content-Type: text Content-Length: 404 > Thus, you must define _POSIX_SOURCE for this program. I know, but this usually causes *lots* of warnings because of missing prototypes and the consequences thereof. Widely used functions (strdup, stricmp, etc.) and some headers (, ) are missing then. Yes, I also know - programs relying on such features are not Posix conforming - but I wonder which useful program is 100% :-)