mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-17 08:20:31 -04:00
13 lines
251 B
Plaintext
13 lines
251 B
Plaintext
$NetBSD: patch-ab,v 1.3 2008/12/18 19:59:31 jmcneill Exp $
|
|
|
|
--- src/utils.c.orig 2008-12-06 15:16:38.000000000 -0500
|
|
+++ src/utils.c
|
|
@@ -19,6 +19,7 @@
|
|
*/
|
|
|
|
#define _GNU_SOURCE 1
|
|
+#define _NETBSD_SOURCE 1
|
|
#include "sysdeps.h"
|
|
|
|
#include <stdio.h>
|