~ubuntu-branches/ubuntu/trusty/kstart/trusty-proposed

« back to all changes in this revision

Viewing changes to util/concat.c

  • Committer: Package Import Robot
  • Author(s): Russ Allbery
  • Date: 2012-02-04 18:05:16 UTC
  • mfrom: (1.1.11) (2.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120204180516-hjeqs2sl3hpvc46p
Tags: 4.1-2
* Update to debhelper compatibility level V9.
  - Enable compiler hardening flags, including bindnow and PIE.
* Move single-debian-patch to local-options and patch-header to
  local-patch-header so that they only apply to the packages I build and
  NMUs get regular version-numbered patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * together and returned.  This is useful for building file names where names
19
19
 * that aren't fully qualified are qualified with some particular directory.
20
20
 *
 
21
 * The canonical version of this file is maintained in the rra-c-util package,
 
22
 * which can be found at <http://www.eyrie.org/~eagle/software/rra-c-util/>.
 
23
 *
21
24
 * Written by Russ Allbery <rra@stanford.edu>
22
 
 * This work is hereby placed in the public domain by its author.
 
25
 *
 
26
 * The authors hereby relinquish any claim to any copyright that they may have
 
27
 * in this work, whether granted under contract or by operation of law or
 
28
 * international treaty, and hereby commit to the public, at large, that they
 
29
 * shall not, at any time in the future, seek to enforce any copyright in this
 
30
 * work against any person or entity, or prevent any person or entity from
 
31
 * copying, publishing, distributing or creating derivative works of this
 
32
 * work.
23
33
 */
24
34
 
25
35
#include <config.h>