diff options
| author | Rich Megginson <rmeggins@redhat.com> | 2005-03-05 04:29:24 +0000 |
|---|---|---|
| committer | Rich Megginson <rmeggins@redhat.com> | 2005-03-05 04:29:24 +0000 |
| commit | b352660e243c7b9b7d050f1c38cff1c9faf278b1 (patch) | |
| tree | ede08019beb931c3206609ab2377a015d510bdb4 /lib/libadmin | |
| parent | f08951680ddfebc3f3df07e720ad0650fe473c0f (diff) | |
clean up sprintf usage and many other flawfinder issues; clean up compiler warnings on Linux; remove pam_passthru from DS 7.1
Diffstat (limited to 'lib/libadmin')
| -rw-r--r-- | lib/libadmin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libadmin/Makefile b/lib/libadmin/Makefile index 7a80d1de..d6a72db7 100644 --- a/lib/libadmin/Makefile +++ b/lib/libadmin/Makefile @@ -26,7 +26,7 @@ OBJS=$(addprefix $(OBJDEST)/, error.o \ template.o util.o \ authdb.o $(OSOBJS)) -# moved files [to libadminutil] : form_post.o strlist.o distadm.o cron_conf.o +# moved files [to libadminutil] : form_post.o distadm.o cron_conf.o # candidate for moing: admlog.o error.o admserv.o # replaced files: error.o [by libadminutil/errRpt.c] # removed for lack of ndbm support from binary release of libdbm.... userdb.o |
