b71a1d488b
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
14 lines
288 B
Text
14 lines
288 B
Text
$NetBSD: patch-ad,v 1.4 2005/12/05 20:50:45 rillig Exp $
|
|
|
|
--- src/mydb.h.orig Sat May 17 08:12:37 2003
|
|
+++ src/mydb.h
|
|
@@ -24,6 +24,9 @@
|
|
#ifndef __DB_H__
|
|
#define __DB_H__
|
|
|
|
+#include <sys/types.h>
|
|
+#include <netinet/in.h>
|
|
+
|
|
#include "md.h"
|
|
|
|
/* directory containing virtual shares */
|