summaryrefslogtreecommitdiff
path: root/mail/sendmail/patches/patch-ag
blob: 93755d0b8c47ef69ae5e883bd84ff03aa0f3f0f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ag,v 1.8 2004/08/30 20:16:28 adrianp Exp $

--- include/sm/conf.h.orig	Sun Aug  1 15:38:42 2004
+++ include/sm/conf.h	Sun Aug  1 15:40:01 2004
@@ -916,6 +916,7 @@
 #  endif
 #  if defined(__NetBSD__)
 #   define USESYSCTL		1	/* use sysctl(3) for getting ncpus */
+#   define SMRSH_CMDDIR                "@@SMRSH_CMDDIR@@"
 #   include <sys/param.h>
 #   include <sys/sysctl.h>
 #  endif