components/hplip/patches/03_ErnieFilter.cpp.patch
author Danek Duvall <danek.duvall@oracle.com>
Fri, 03 Oct 2014 15:13:30 -0700
branchs11u2-sru
changeset 3382 b7084b0e8a61
parent 2646 86bc0997bd5f
child 3831 33bc4f8fb536
permissions -rw-r--r--
19078691 zsh version 5.0.5 needs a TPNO in the fullness of time
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2646
86bc0997bd5f 15795105 SUNBT7173056 Update hplip from 3.10.9 to 3.12.4
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 165
diff changeset
     1
--- a/prnt/hpcups/ErnieFilter.cpp	Mon Dec 27 00:02:08 2010
86bc0997bd5f 15795105 SUNBT7173056 Update hplip from 3.10.9 to 3.12.4
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 165
diff changeset
     2
+++ b/prnt/hpcups/ErnieFilter.cpp	Mon Dec 27 00:03:19 2010
165
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     3
@@ -50,6 +50,8 @@
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     4
 #include "ErnieFilter.h"
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     5
 
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     6
 
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     7
+extern "C" double ceil(double);
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     8
+
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     9
 #if defined(__APPLE__) || defined(__linux)
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    10
 #include <math.h>
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    11
 #endif