fcd17611d6
- Use rc.subr(8) for startup scripts. - Remove unnecessary patch files.
11 lines
445 B
Text
11 lines
445 B
Text
--- Xwnmo/xwnmo/do_socket.c.orig Fri Jun 15 03:16:14 2001
|
|
+++ Xwnmo/xwnmo/do_socket.c Wed Dec 7 18:53:42 2005
|
|
@@ -118,8 +118,6 @@
|
|
#define sock_clr(array,pos) (array[pos/BINTSIZE] &= ~(1<<(pos%BINTSIZE)))
|
|
#define sock_tst(array,pos) (array[pos/BINTSIZE] & (1<<(pos%BINTSIZE)))
|
|
|
|
-extern int read (), write ();
|
|
-
|
|
#define _Read(fd, data, size) read((fd), (data), (size))
|
|
#define _Write(fd, data, size) write((fd), (data), (size))
|
|
|