mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
14 lines
345 B
Plaintext
14 lines
345 B
Plaintext
$NetBSD: patch-ad,v 1.1.1.1 2003/04/14 18:34:08 cjep Exp $
|
|
|
|
--- qadsl.h.orig 2001-10-20 11:01:46.000000000 +0100
|
|
+++ qadsl.h
|
|
@@ -18,7 +18,7 @@
|
|
#define MAXDATASIZE 4091
|
|
#define MAXLEN 256
|
|
|
|
-#if defined(__OpenBSD__)
|
|
+#if defined(__OpenBSD__) || defined(__NetBSD__)
|
|
#define TMP_PID "/var/run/qadsl.pid"
|
|
#else
|
|
#define TMP_PID "/tmp/qadsl.pid"
|