~csurbhi/ubuntu/maverick/e2fsprogs/e2fsprogs.fix-505719

« back to all changes in this revision

Viewing changes to lib/et/com_err.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2010-03-22 17:48:20 UTC
  • mfrom: (8.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100322174820-03ouk2zztd8y3sh6
Tags: 1.41.11-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Do not build-depend on dietlibc-dev, which is universe.
  - Do now allow pkg-create-dbgsym to operate on this package.
  - Always use external libblkid and libuuid from util-linux, rather than
    building our own.
  - Includes debian/control in the source package to force the above.
  - Build with -O2 on powerpc to avoid a suspected toolchain bug
    (LP: #450214).
  - Do not include /etc/e2fsck.conf and remove on upgrade.
  (Fixes LP: #521648, #537483, #530071)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#define COM_ERR_ATTR(x)
17
17
#endif
18
18
 
 
19
#include <stddef.h>
19
20
#include <stdarg.h>
20
21
 
21
22
typedef long errcode_t;
49
50
 
50
51
/* Provided for Heimdall compatibility */
51
52
extern const char *com_right(struct et_list *list, long code);
 
53
extern const char *com_right_r(struct et_list *list, long code, char *str, size_t len);
52
54
extern void initialize_error_table_r(struct et_list **list,
53
55
                                     const char **messages,
54
56
                                     int num_errors,