mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-30 23:44:45 -04:00
14 lines
355 B
Plaintext
14 lines
355 B
Plaintext
$NetBSD: patch-ab,v 1.1 2003/12/15 16:19:43 agc Exp $
|
|
|
|
--- src/lib/include/depotlib.h 2003/12/15 16:03:26 1.1
|
|
+++ src/lib/include/depotlib.h 2003/12/15 16:04:54
|
|
@@ -38,7 +38,7 @@
|
|
#include <netinet/in.h> /* for htonl, ntohl */
|
|
|
|
#ifndef INHIBIT_VARARGS_H
|
|
-#include <varargs.h>
|
|
+#include <stdarg.h>
|
|
#endif
|
|
|
|
/* taken from the example in gnu-autoconf */
|