diff options
| author | Alexander Langer <alex@FreeBSD.org> | 1998-09-07 21:55:01 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 1998-09-07 21:55:01 +0000 |
| commit | cecc7b0974187640c58fbd23711ff7a1874eae46 (patch) | |
| tree | 50ab7fb04258bb8fda63e32c4b818673596a88d1 /lib/libpthread/thread/thr_write.c | |
| parent | e66632a35c2d0c36644ac18055ae2b435e70282a (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_write.c')
| -rw-r--r-- | lib/libpthread/thread/thr_write.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libpthread/thread/thr_write.c b/lib/libpthread/thread/thr_write.c index 7aad66b1328f..23cef52b6f2d 100644 --- a/lib/libpthread/thread/thr_write.c +++ b/lib/libpthread/thread/thr_write.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: uthread_write.c,v 1.8 1998/06/10 22:28:45 jb Exp $ + * $Id: uthread_write.c,v 1.9 1998/06/14 09:36:11 jb Exp $ * */ #include <sys/types.h> @@ -45,7 +45,6 @@ ssize_t write(int fd, const void *buf, size_t nbytes) { int blocking; - int status; int type; ssize_t n; ssize_t num = 0; |
