~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to libiberty/getpwd.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-03-18 13:07:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050318130752-j4i37zgqclj53b94
Tags: 2.15-5ubuntu2
debian/rules: Call pkgstriptranslations if present (the package does not
use debhelper, thus it does not happen automatically).

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#if HAVE_SYS_STAT_H
36
36
#include <sys/stat.h>
37
37
#endif
 
38
#if HAVE_LIMITS_H
 
39
#include <limits.h>
 
40
#endif
38
41
 
39
42
/* Prototype these in case the system headers don't provide them. */
40
43
extern char *getpwd ();