diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-06 18:51:45 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-12-06 18:51:45 +0000 |
commit | 41bdef7f793b5c073776fbd3b23f6b33d7fdc04f (patch) | |
tree | 19723b7a1d8c91cd91095550b6d0fbd3ead9b625 | |
parent | 521d8678870697e30e39ca6afda171a230e7b4a6 (diff) |
fix bad merge
-rw-r--r-- | chooser.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* - * $XdotOrg: chooser.c,v 1.4 2001/02/09 02:05:40 xorgcvs Exp $ + * $XdotOrg: xc/programs/xdm/chooser.c,v 1.1.4.3 2003/12/06 13:24:29 kaleb Exp $ * $Xorg: chooser.c,v 1.4 2001/02/09 02:05:40 xorgcvs Exp $ * Copyright 1990, 1998 The Open Group @@ -765,7 +765,6 @@ RegisterHostname (char *name) #endif /* IPv6 */ } } -#endif /* __GNU__ */ static ARRAYofARRAY8 AuthenticationNames; |