components/hplip/patches/02_HPCupsFilter.cpp.patch
author Girish Moodalbail <Girish.Moodalbail@oracle.COM>
Mon, 27 Oct 2014 14:51:05 -0700
changeset 2174 2856bd2e4b18
parent 1276 dc3977b83042
child 3831 33bc4f8fb536
permissions -rw-r--r--
19898528 PBR rule must not forward packets addressed to internal default gateway
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1276
dc3977b83042 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/HPCupsFilter.cpp      Tue Dec 21 02:30:42 2010
dc3977b83042 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/HPCupsFilter.cpp      Tue Dec 21 02:31:05 2010
dc3977b83042 15795105 SUNBT7173056 Update hplip from 3.10.9 to 3.12.4
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 165
diff changeset
     3
@@ -36,6 +36,8 @@
dc3977b83042 15795105 SUNBT7173056 Update hplip from 3.10.9 to 3.12.4
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 165
diff changeset
     4
 #include <sys/utsname.h>
dc3977b83042 15795105 SUNBT7173056 Update hplip from 3.10.9 to 3.12.4
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 165
diff changeset
     5
 #include <time.h>
dc3977b83042 15795105 SUNBT7173056 Update hplip from 3.10.9 to 3.12.4
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 165
diff changeset
     6
 #include <sys/timeb.h>
dc3977b83042 15795105 SUNBT7173056 Update hplip from 3.10.9 to 3.12.4
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 165
diff changeset
     7
+
165
111c46cade93 7018146 move hplip to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     8
+extern "C" int getdomainname(char*, int);
1276
dc3977b83042 15795105 SUNBT7173056 Update hplip from 3.10.9 to 3.12.4
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 165
diff changeset
     9
 
dc3977b83042 15795105 SUNBT7173056 Update hplip from 3.10.9 to 3.12.4
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 165
diff changeset
    10
 #define HP_FILE_VERSION_STR    "03.09.08.0"
dc3977b83042 15795105 SUNBT7173056 Update hplip from 3.10.9 to 3.12.4
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 165
diff changeset
    11