~ubuntu-branches/ubuntu/vivid/sed/vivid

« back to all changes in this revision

Viewing changes to sed/utils.c

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-02-13 11:32:23 UTC
  • mfrom: (19.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20140213113223-7wbjzudiiwnipc7s
Tags: 4.2.2-4ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Mark sed Multi-Arch: foreign.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*  Functions from hack's utils library.
2
 
    Copyright (C) 1989, 1990, 1991, 1998, 1999, 2003, 2008, 2009, 2011
 
2
    Copyright (C) 1989, 1990, 1991, 1998, 1999, 2003, 2008, 2009, 2011, 2013
3
3
    Free Software Foundation, Inc.
4
4
 
5
5
    This program is free software; you can redistribute it and/or modify
29
29
#include <limits.h>
30
30
 
31
31
#include "utils.h"
32
 
#include "pathmax.h"
33
32
#include "fwriting.h"
34
33
 
35
34
const char *myname;