summaryrefslogtreecommitdiff
path: root/helper
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:49:23 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:49:23 +0000
commit634bfc0b47a1a0c613c5d1890fa465fc96818d26 (patch)
tree3d481cdc5b28b136a03dacaa3278e394e53a3456 /helper
parentd017e93a6a22f6d4c2c7e76deec1cdeca632135e (diff)
Diffstat (limited to 'helper')
-rw-r--r--helper/GetUrl.c4
-rw-r--r--helper/xrx.man5
2 files changed, 7 insertions, 2 deletions
diff --git a/helper/GetUrl.c b/helper/GetUrl.c
index 04b4c93..e0b9eb0 100644
--- a/helper/GetUrl.c
+++ b/helper/GetUrl.c
@@ -26,6 +26,8 @@ other dealings in this Software without prior written authorization from
The Open Group.
*/
+/* $XFree86: xc/programs/xrx/helper/GetUrl.c,v 1.4 2001/12/14 20:02:16 dawes Exp $ */
+
/*
* This file is really split into two major parts where GetUrl is implemented
* in two completely different ways.
@@ -93,7 +95,7 @@ GetUrl(char *url, char **reply_ret, int *len_ret)
#include <ctype.h>
/* get definitions for the HTTP protocol */
-#if (defined(__STDC__) && !defined(UNIXCPP)) || defined(ANSICPP)
+#if !defined(UNIXCPP) || defined(ANSICPP)
#define TRANS(func) _HttpTrans##func
#else
#define TRANS(func) _HttpTrans/**/func
diff --git a/helper/xrx.man b/helper/xrx.man
index fc5d90d..8eb74b2 100644
--- a/helper/xrx.man
+++ b/helper/xrx.man
@@ -23,7 +23,10 @@
.\" other dealings in this Software without prior written authorization
.\" from The Open Group.
.\"
-.TH XRX 1 "Release 6.4" "X Version 11"
+.\"
+.\" $XFree86: xc/programs/xrx/helper/xrx.man,v 1.7 2001/12/14 20:02:16 dawes Exp $
+.\"
+.TH XRX 1 __xorgversion__
.SH NAME
xrx - RX helper program
.SH SYNOPSIS