~ubuntu-branches/ubuntu/raring/libgsm/raring

« back to all changes in this revision

Viewing changes to src/code.c

  • Committer: Package Import Robot
  • Author(s): Jochen Friedrich, Jari Aalto, Jochen Friedrich
  • Date: 2012-04-12 17:34:56 UTC
  • mfrom: (4.2.4 sid)
  • Revision ID: package-import@ubuntu.com-20120412173456-1bffys50cu6opaqi
Tags: 1.0.13-4
[ Jari Aalto ]
* Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
  Note: patch 04 was updated with "quilt refresh" to make
  it apply cleanly. (Closes: #664389)
* Update to Standards-Version to 3.9.3 and debhelper to 9.

[ Jochen Friedrich ]
* Convert lib to multiarch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
/* $Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/code.c,v 1.3 1996/07/02 09:59:05 jutta Exp $ */
8
8
 
9
 
#include        "config.h"
10
 
 
11
 
 
12
 
#ifdef  HAS_STDLIB_H
13
 
#include        <stdlib.h>
 
9
#include        "gsm_config.h"
 
10
 
 
11
 
 
12
#ifdef  HAS_STRING_H
 
13
#include        <string.h>
14
14
#else
15
15
#       include "proto.h"
16
16
        extern char     * memcpy P((char *, char *, int));