Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
16002d0b
...
16002d0b76b481ea41772dd7f57e84b5713283d9
authored
2003-09-26 23:07:49 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Moved fgetpwent to mailbox. It is needed by libmuauth
1 parent
0f44664b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
lib/Makefile.am
mailbox/Makefile.am
lib/fgetpwent.c → mailbox/fgetpwent.c
lib/Makefile.am
View file @
16002d0
...
...
@@ -23,7 +23,7 @@ INCLUDES = -I${top_srcdir}/include -I${top_builddir}/include/mailutils/gnu @INTL
libmailutils_la_SOURCES
=
basename.c daemon.c getopt.c getopt1.c md5.c
\
mu_dbm.c xstrdup.c xmalloc.c
EXTRA_DIST
=
alloca.c fnmatch.c
fgetpwent.c
getpass.c malloc.c obstack.c
\
EXTRA_DIST
=
alloca.c fnmatch.c getpass.c malloc.c obstack.c
\
realloc.c setenv.c snprintf.c strncasecmp.c
\
strcasecmp.c strsignal.c xstrtol.c vasprintf.c vsyslog.c
\
utmp.c
...
...
mailbox/Makefile.am
View file @
16002d0
...
...
@@ -33,7 +33,8 @@ DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\"
EXTRA_DIST
=
strtok_r.c
\
strndup.c strnlen.c strchrnul.c argp-ba.c argp-eexst.c
\
argp-fmtstream.c argp-fs-xinl.c argp-help.c argp-parse.c argp-pv.c
\
argp-pvh.c argp-xinl.c getline.c getline.h parsedate.y pin.c regex.c
argp-pvh.c argp-xinl.c getline.c getline.h parsedate.y pin.c regex.c
\
fgetpwent.c
noinst_HEADERS
=
argp-fmtstream.h argp-namefrob.h md5.h
...
...
lib
/fgetpwent.c
→
mailbox
/fgetpwent.c
View file @
16002d0
File moved
Please
register
or
sign in
to post a comment