diff options
Diffstat (limited to 'sysutils/lcdproc/files/patch-port')
-rw-r--r-- | sysutils/lcdproc/files/patch-port | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sysutils/lcdproc/files/patch-port b/sysutils/lcdproc/files/patch-port deleted file mode 100644 index d4f034a0ff11..000000000000 --- a/sysutils/lcdproc/files/patch-port +++ /dev/null @@ -1,19 +0,0 @@ -*** server/drivers/port.h.orig Tue Feb 25 20:34:39 2003 ---- server/drivers/port.h Tue Feb 25 20:34:56 2003 -*************** static inline int port_in (unsigned shor -*** 141,147 **** - - // Write a byte 'val' to port - static inline void port_out (unsigned short int port, unsigned char val) { -! outb(val,port); - } - - // Get access to a specific port ---- 141,147 ---- - - // Write a byte 'val' to port - static inline void port_out (unsigned short int port, unsigned char val) { -! outb(port,val); - } - - // Get access to a specific port |