freebsd-ports/sysutils/lineakd/files/patch-aa
Pav Lucistnik 9ecab89d6b - Update to 0.7.2
PR:		ports/59212
Submitted by:	Kay Lehmann <kay_lehmann@web.de> (maintainer)
Approved by:	adamw (mentor)
2003-11-19 15:27:29 +00:00

11 lines
392 B
Text

--- lineakd/cdromctrl.cpp.orig Wed Nov 19 13:45:39 2003
+++ lineakd/cdromctrl.cpp Wed Nov 19 13:46:41 2003
@@ -23,7 +23,7 @@
#include <sys/ioctl.h>
#if defined (__FreeBSD__)
# include <sys/cdio.h>
- #define CDROMEJECT CDIOEJECT /*_IO('c',107)*/
+ #define CDROMEJECT CDIOCEJECT /*_IO('c',107)*/
#define CDROMCLOSETRAY CDIOCCLOSE
#else
#include <linux/cdrom.h> /* linux specific?!! */