-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local backends not included on DragonFly #1362
Comments
CUPS.org User: mike Reassigned as RFE for 1.2. |
CUPS.org User: mike Fixed in Subversion repository. |
"cups.diff": --- backend/serial.c.orig 2005-12-19 13:59:56.000000000 +0000 #ifdef APPLE include "usb-darwin.c"-#elif defined(linux) || defined(__sun) || defined(__FreeBSD) || defined(NetBSD) || defined(OpenBSD) include "usb-unix.c"#else |
Version: 1.2-feature
CUPS.org User: joerg
The various local backends are currently only available as stubs. Attached patch fixes this.
The text was updated successfully, but these errors were encountered: