summaryrefslogtreecommitdiff
path: root/print/xpp/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'print/xpp/patches/patch-ac')
-rw-r--r--print/xpp/patches/patch-ac21
1 files changed, 0 insertions, 21 deletions
diff --git a/print/xpp/patches/patch-ac b/print/xpp/patches/patch-ac
deleted file mode 100644
index 8decae9903e..00000000000
--- a/print/xpp/patches/patch-ac
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2004/01/10 09:26:33 jlam Exp $
-
---- cupshelper.cxx.orig Wed Jan 9 08:34:17 2002
-+++ cupshelper.cxx
-@@ -67,14 +67,14 @@ int CupsHelper::port(){
- return port_;
- }
-
--void CupsHelper::setHostInfo(const char *host, int port = 631){
-+void CupsHelper::setHostInfo(const char *host, int port){
- strcpy(host_,host);
- cupsSetServer(host_);
- port_ = port;
- ippSetPort(port_);
- }
-
--void CupsHelper::setLoginInfo(const char *usr = 0, const char *pwd = 0){
-+void CupsHelper::setLoginInfo(const char *usr, const char *pwd){
- strcpy(login_,usr);
- cupsSetUser(login_);
- strcpy(password_,pwd);