summaryrefslogtreecommitdiff
path: root/source/printing/print_svid.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-03-07 22:10:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:55:54 -0500
commit98596037caa47a27c4f87793f9875ec18b0f23c2 (patch)
tree6a4e063f17058b88deff44d18703f0ea6a8f8fd6 /source/printing/print_svid.c
parent743ddbc7f204977431b8eaa48c3838b3cc9bdb11 (diff)
downloadsamba-98596037caa47a27c4f87793f9875ec18b0f23c2.tar.gz
r5684: BUG 2405: patch from Torsten Werner <torsten.werner@assyst-intl.com> to define 'lpstat' printcap output on HPUX
Diffstat (limited to 'source/printing/print_svid.c')
-rw-r--r--source/printing/print_svid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/printing/print_svid.c b/source/printing/print_svid.c
index 3a7c9356344..1213b917342 100644
--- a/source/printing/print_svid.c
+++ b/source/printing/print_svid.c
@@ -34,7 +34,7 @@
#include "includes.h"
-#ifdef SYSV
+#if defined(SYSV) || defined(HPUX)
BOOL sysv_cache_reload(void)
{
char **lines;