~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to lib/nwos.c

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2009-11-05 10:11:57 UTC
  • mto: (3.3.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 41.
  • Revision ID: james.westby@ubuntu.com-20091105101157-bj4sosg9l00k9c08
Tags: upstream-7.19.7
ImportĀ upstreamĀ versionĀ 7.19.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 *                            | (__| |_| |  _ <| |___
6
6
 *                             \___|\___/|_| \_\_____|
7
7
 *
8
 
 * Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al.
 
8
 * Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
9
9
 *
10
10
 * This software is licensed as described in the file COPYING, which
11
11
 * you should have received as part of this distribution. The terms
18
18
 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19
19
 * KIND, either express or implied.
20
20
 *
21
 
 * $Id: nwos.c,v 1.4 2007-11-07 09:21:35 bagder Exp $
 
21
 * $Id: nwos.c,v 1.5 2009-10-27 16:38:42 yangtse Exp $
22
22
 ***************************************************************************/
23
23
 
24
24
#ifdef NETWARE /* Novell NetWare */
87
87
 
88
88
#endif /* __NOVELL_LIBC__ */
89
89
 
 
90
#else /* NETWARE */
 
91
 
 
92
#ifdef __POCC__
 
93
#  pragma warn(disable:2024)  /* Disable warning #2024: Empty input file */
 
94
#endif
 
95
 
90
96
#endif /* NETWARE */
91
 
 
92