~ubuntu-branches/ubuntu/breezy/uucp/breezy

« back to all changes in this revision

Viewing changes to uuconf/tport.c

  • Committer: Bazaar Package Importer
  • Author(s): Peter Palfrader
  • Date: 2004-12-30 15:30:22 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041230153022-mx4cdr9j3u9bldo3
Tags: 1.07-12
Add cs localisation for debconf templates (closes: #287305).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* tport.c
2
2
   Find a port in the Taylor UUCP configuration files.
3
3
 
4
 
   Copyright (C) 1992, 1993 Ian Lance Taylor
 
4
   Copyright (C) 1992, 1993, 2002 Ian Lance Taylor
5
5
 
6
6
   This file is part of the Taylor UUCP uuconf library.
7
7
 
17
17
 
18
18
   You should have received a copy of the GNU Library General Public
19
19
   License along with this library; if not, write to the Free Software
20
 
   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
20
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA.
21
21
 
22
 
   The author of the program may be contacted at ian@airs.com or
23
 
   c/o Cygnus Support, 48 Grove Street, Somerville, MA 02144.
 
22
   The author of the program may be contacted at ian@airs.com.
24
23
   */
25
24
 
26
25
#include "uucnfi.h"
27
26
 
28
27
#if USE_RCS_ID
29
 
const char _uuconf_tport_rcsid[] = "$Id: tport.c,v 1.9 1995/06/21 19:24:48 ian Rel $";
 
28
const char _uuconf_tport_rcsid[] = "$Id: tport.c,v 1.12 2002/03/05 19:10:43 ian Rel $";
30
29
#endif
31
30
 
32
31
#include <errno.h>
254
253
static int
255
254
ipport (pglobal, argc, argv, pvar, pinfo)
256
255
     pointer pglobal;
257
 
     int argc;
 
256
     int argc ATTRIBUTE_UNUSED;
258
257
     char **argv;
259
258
     pointer pvar;
260
 
     pointer pinfo;
 
259
     pointer pinfo ATTRIBUTE_UNUSED;
261
260
{
262
261
  struct sglobal *qglobal = (struct sglobal *) pglobal;
263
262
  char **pz = (char **) pvar;
285
284
     pointer pglobal;
286
285
     int argc;
287
286
     char **argv;
288
 
     pointer pvar;
 
287
     pointer pvar ATTRIBUTE_UNUSED;
289
288
     pointer pinfo;
290
289
{
291
290
  struct sglobal *qglobal = (struct sglobal *) pglobal;