diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:21 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:21 +0000 |
commit | 6c36ea2d54ea6b6f0cbece06d867d0b884783d0c (patch) | |
tree | 5a5fad5f038ddf02d4b343adb219848ae68f7b1f /Xtransdnet.c | |
parent | 3b0d3a905e39624abe9ddd1ce20542097601e4c2 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16
Diffstat (limited to 'Xtransdnet.c')
-rw-r--r-- | Xtransdnet.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Xtransdnet.c b/Xtransdnet.c index fcdede0..40b08b3 100644 --- a/Xtransdnet.c +++ b/Xtransdnet.c @@ -26,7 +26,7 @@ other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/lib/xtrans/Xtransdnet.c,v 3.7 2002/11/26 01:12:30 dawes Exp $ */ +/* $XFree86: xc/lib/xtrans/Xtransdnet.c,v 3.8 2003/08/26 15:38:39 tsi Exp $ */ /* Copyright 1993, 1994 NCR Corporation - Dayton, Ohio, USA * @@ -340,7 +340,7 @@ TRANS(DNETSetOption) (XtransConnInfo ciptr, int option, int arg) #ifdef TRANS_SERVER static int -TRANS(DNETCreateListener) (XtransConnInfo ciptr, char *port) +TRANS(DNETCreateListener) (XtransConnInfo ciptr, char *port, unsigned int flags) { struct sockaddr_dn dnsock; |