summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-06-23 00:13:04 +0000
committerwtchang%redhat.com <devnull@localhost>2005-06-23 00:13:04 +0000
commit74ed92fee5e80b2109076530190538a4dafcaf5a (patch)
treeb98cf32c6a5b688a230678ba91f3b6de8ca9a9b3
parent3d7dcae8690b06ffc0276fe2dd81f497ce0da528 (diff)
downloadnspr-hg-74ed92fee5e80b2109076530190538a4dafcaf5a.tar.gz
Bugzilla bug 298462: removed unused definition of the _PRSockOptVal_t
macro. The patch is contributed by Patrick Welche <pw-fb@newn.cam.ac.uk>. r=wtc.
-rw-r--r--pr/src/pthreads/ptio.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/pr/src/pthreads/ptio.c b/pr/src/pthreads/ptio.c
index 1479846d..8c6e7e97 100644
--- a/pr/src/pthreads/ptio.c
+++ b/pr/src/pthreads/ptio.c
@@ -199,17 +199,6 @@ static ssize_t (*pt_aix_sendfile_fptr)() = NULL;
static PRBool _pr_ipv6_v6only_on_by_default;
#endif
-#if defined(SOLARIS)
-#define _PRSockOptVal_t char *
-#elif defined(IRIX) || defined(OSF1) || defined(AIX) || defined(HPUX) \
- || defined(LINUX) || defined(FREEBSD) || defined(BSDI) || defined(VMS) \
- || defined(NTO) || defined(OPENBSD) || defined(DARWIN) \
- || defined(UNIXWARE) || defined(NETBSD)
-#define _PRSockOptVal_t void *
-#else
-#error "Cannot determine architecture"
-#endif
-
#if (defined(HPUX) && !defined(HPUX10_30) && !defined(HPUX11))
#define _PRSelectFdSetArg_t int *
#elif defined(AIX4_1)