summaryrefslogtreecommitdiff
path: root/scheduler/cups-deviced.c
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-02-28 17:54:14 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-02-28 17:54:14 +0000
commitb423cd4cb9fa8cf030cc046a59c28196f3edf6b4 (patch)
tree021000e676623cbf68e9af3e1637c853d7cfbf78 /scheduler/cups-deviced.c
parentecdc06282a65bd04f801c877d2ceb83106d737e1 (diff)
downloadcups-b423cd4cb9fa8cf030cc046a59c28196f3edf6b4.tar.gz
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@69 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/cups-deviced.c')
-rw-r--r--scheduler/cups-deviced.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/scheduler/cups-deviced.c b/scheduler/cups-deviced.c
index d3cd41b93..a83c129ac 100644
--- a/scheduler/cups-deviced.c
+++ b/scheduler/cups-deviced.c
@@ -1,5 +1,5 @@
/*
- * "$Id: cups-deviced.c 5099 2006-02-13 02:46:10Z mike $"
+ * "$Id: cups-deviced.c 5194 2006-02-27 20:57:07Z mike $"
*
* Device scanning mini-daemon for the Common UNIX Printing System (CUPS).
*
@@ -37,6 +37,10 @@
#include <cups/array.h>
#include <cups/dir.h>
+#ifdef __hpux
+# define seteuid(uid) setresuid(-1, (uid), -1)
+#endif /* __hpux */
+
/*
* Device information structure...
@@ -496,5 +500,5 @@ sigalrm_handler(int sig) /* I - Signal number */
/*
- * End of "$Id: cups-deviced.c 5099 2006-02-13 02:46:10Z mike $".
+ * End of "$Id: cups-deviced.c 5194 2006-02-27 20:57:07Z mike $".
*/