]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/usb-darwin.c
Merge changes from CUPS 1.4svn-r7961.
[thirdparty/cups.git] / backend / usb-darwin.c
index a780d68beb597e76742a44e326ccec2fc12aea71..73c3e4c57d33fd1034d4208d21d25c4964d9ea74 100644 (file)
@@ -1,5 +1,5 @@
 /*
-* "$Id: usb-darwin.c 7460 2008-04-16 02:19:54Z mike $"
+* "$Id: usb-darwin.c 7953 2008-09-17 01:43:19Z mike $"
 *
 * Copyright 2005-2008 Apple Inc. All rights reserved.
 *
@@ -1811,8 +1811,8 @@ static void run_legacy_backend(int argc,
 
     if (!posix_spawnattr_init(&attrs))
     {
-      posix_spawnattr_setsigdefault(attrs, &oldmask);
-      if (posix_spawnattr_setbinpref_np(attrs, 1, &cpu, &ocount) || ocount != 1)
+      posix_spawnattr_setsigdefault(&attrs, &oldmask);
+      if (posix_spawnattr_setbinpref_np(&attrs, 1, &cpu, &ocount) || ocount != 1)
       {
 #  ifdef __x86_64__
        perror("DEBUG: Unable to set binary preference to i386");
@@ -2068,5 +2068,5 @@ static void get_device_id(cups_sc_status_t *status,
 
 
 /*
- * End of "$Id: usb-darwin.c 7460 2008-04-16 02:19:54Z mike $".
+ * End of "$Id: usb-darwin.c 7953 2008-09-17 01:43:19Z mike $".
  */