[BACK]Return to test-getsubopt.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/test-getsubopt.c between version 1.4 and 1.5

version 1.4, 2015/10/06 18:32:20 version 1.5, 2018/08/15 02:15:52
Line 15 
Line 15 
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
   
 #if defined(__linux__) || defined(__MINT__)  
 #define _GNU_SOURCE /* getsubopt() */  
 #endif  
   
 #include <stdlib.h>  #include <stdlib.h>
   
   /*
    * NetBSD declares this function in the wrong header.
    * No harm is done by allowing that, too:
    * The only file using it, main.c, also includes unistd.h, anyway.
    */
   #include <unistd.h>
   
 int  int
 main(void)  main(void)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb