diff options
author | Damien Miller <djm@mindrot.org> | 2013-02-23 09:12:23 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-02-23 09:12:23 +1100 |
commit | b87f6b70f894952b74443c8ef1b86323e7c9f465 (patch) | |
tree | 7451e59ee115d79fd85e8429fc9fed860484f687 /loginrec.c | |
parent | 91f40d8592562b804813a320a4ac3871dbaaf433 (diff) |
- (djm) [configure.ac includes.h loginrec.c mux.c sftp.c] Prefer
bsd/libutil.h to libutil.h to avoid deprecation warnings on Ubuntu.
ok tim
Diffstat (limited to 'loginrec.c')
-rw-r--r-- | loginrec.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/loginrec.c b/loginrec.c index 32941c985..f9662fa5c 100644 --- a/loginrec.c +++ b/loginrec.c | |||
@@ -180,10 +180,6 @@ | |||
180 | # include <util.h> | 180 | # include <util.h> |
181 | #endif | 181 | #endif |
182 | 182 | ||
183 | #ifdef HAVE_LIBUTIL_H | ||
184 | # include <libutil.h> | ||
185 | #endif | ||
186 | |||
187 | /** | 183 | /** |
188 | ** prototypes for helper functions in this file | 184 | ** prototypes for helper functions in this file |
189 | **/ | 185 | **/ |