From 8a33e90e22c8672a2eb7d55fad2e4e0889811058 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 19 Jan 2005 19:35:14 +0000 Subject: - Update to 0.4.5 PR: ports/76433 Submitted by: Lewis Thompson --- sysutils/lcdproc/files/patch-port | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 sysutils/lcdproc/files/patch-port (limited to 'sysutils/lcdproc/files/patch-port') 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 -- cgit v1.2.3