Changeset 998
- Timestamp:
- 07/07/07 11:57:39 (1 year ago)
- Files:
-
- 1.8.3/branches/devel/MANIFEST (modified) (1 diff)
- 1.8.3/branches/devel/src/bsd.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/branches/devel/MANIFEST
r996 r998 124 124 hints/a-u-x.sh 125 125 hints/aix.sh 126 hints/cygwin.txt 126 127 hints/dec_osf.sh 127 128 hints/freebsd.txt 1.8.3/branches/devel/src/bsd.c
r978 r998 2577 2577 byebye[0].iov_len = strlen(byebye[0].iov_base); 2578 2578 byebye[1].iov_base = "\r\n"; 2579 byebye[ 2].iov_len = 2;2579 byebye[1].iov_len = 2; 2580 2580 writev(d->descriptor, byebye, 2); 2581 2581 #else
