summaryrefslogtreecommitdiff
path: root/lib/libc_r
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>2000-10-04 06:03:11 +0000
committerDavid Leonard <d@cvs.openbsd.org>2000-10-04 06:03:11 +0000
commit65481a2439392178401888598c5d24897a3741ef (patch)
tree34ceccb50fa12fc42db60132d6cb9b4956f679e5 /lib/libc_r
parent8e95e2f842b2fdd99c416cc00a8d321656fea5af (diff)
oops
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/TEST/test_close.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc_r/TEST/test_close.c b/lib/libc_r/TEST/test_close.c
index 1c2cc7fea7c..8bef1c2c916 100644
--- a/lib/libc_r/TEST/test_close.c
+++ b/lib/libc_r/TEST/test_close.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: test_close.c,v 1.2 2000/10/04 05:50:58 d Exp $ */
+/* $OpenBSD: test_close.c,v 1.3 2000/10/04 06:03:10 d Exp $ */
/*
* Test the semantics of close() while a select() is happening.
@@ -40,6 +40,7 @@ main()
pthread_t thread;
pthread_attr_t attr;
struct sockaddr_in addr;
+ int ret;
/* Open up a TCP connection to the local discard port */
addr.sin_family = AF_INET;