~ubuntu-branches/ubuntu/trusty/uucp/trusty

« back to all changes in this revision

Viewing changes to unix/cusub.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
/* cusub.c
2
2
   System dependent routines for cu.
3
3
 
4
 
   Copyright (C) 1992, 1993, 1995 Ian Lance Taylor
 
4
   Copyright (C) 1992, 1993, 1995, 2002 Ian Lance Taylor
5
5
 
6
6
   This file is part of the Taylor UUCP package.
7
7
 
17
17
 
18
18
   You should have received a copy of the GNU General Public License
19
19
   along with this program; 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 "uucp.h"
27
26
 
28
27
#if USE_RCS_ID
29
 
const char cusub_rcsid[] = "$Id: cusub.c,v 1.24 1995/06/21 19:18:53 ian Rel $";
 
28
const char cusub_rcsid[] = "$Id: cusub.c,v 1.27 2002/03/05 19:10:42 ian Rel $";
30
29
#endif
31
30
 
32
31
#include "uudefs.h"
374
373
 
375
374
static RETSIGTYPE
376
375
uscu_alarm (isig)
377
 
     int isig;
 
376
     int isig ATTRIBUTE_UNUSED;
378
377
{
379
378
#if ! HAVE_SIGACTION && ! HAVE_SIGVEC && ! HAVE_SIGSET
380
379
  (void) signal (isig, uscu_alarm);
448
447
 
449
448
static RETSIGTYPE
450
449
uscu_alarm_kill (isig)
451
 
     int isig;
 
450
     int isig ATTRIBUTE_UNUSED;
452
451
{
453
452
#if ! HAVE_SIGACTION && ! HAVE_SIGVEC && ! HAVE_SIGSET
454
453
  (void) signal (isig, uscu_alarm_kill);
639
638
  cwrite = 0;
640
639
 
641
640
  if (fsysdep_catch ())
642
 
    usysdep_start_catch ();
 
641
    {
 
642
      usysdep_start_catch ();
 
643
    }
643
644
 
644
645
  while (TRUE)
645
646
    {