From 89eb7d62df9bb34b2755c48f7bd74e9335c29151 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 4 Jun 2015 08:00:11 +0000 Subject: revert r283969,283970 not needed anymore after r283981 --- libutil/libutil.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libutil/libutil.h') diff --git a/libutil/libutil.h b/libutil/libutil.h index fc32fe7..b20ffa2 100644 --- a/libutil/libutil.h +++ b/libutil/libutil.h @@ -144,9 +144,6 @@ char *fparseln(FILE *_fp, size_t *_len, size_t *_lineno, #endif #ifdef _PWD_H_ -#define PWDB_NATIVE 0 -#define PWDB_LE 1 -#define PWDB_BE 2 int pw_copy(int _ffd, int _tfd, const struct passwd *_pw, struct passwd *_old_pw); struct passwd @@ -158,7 +155,6 @@ int pw_init(const char *_dir, const char *_master); char *pw_make(const struct passwd *_pw); char *pw_make_v7(const struct passwd *_pw); int pw_mkdb(const char *_user); -int pw_mkdb2(const char *_user, int endian); int pw_lock(void); struct passwd * pw_scan(const char *_line, int _flags); -- cgit v1.2.3