cvs commit: projects/csup config.c config.h main.c
Maxime Henrion <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.projects |
|---|---|
| Message-ID | <200601190115.k0J1FIXY015346__45092.4420882531$1137633360$gmane$org@repoman.freebsd.org> |
mux 2006-01-19 01:15:17 UTC
FreeBSD projects repository
Modified files:
csup config.c config.h main.c
Log:
More merges prior to enabling status file support:
- Revert to using uint16_t instead of the less portable in_port_t.
- Use xmalloc(), xstrdup() and xasprintf() where appropriate.
- Add support for the -s option to trust the status file completely,
not yet effective since the status file code is not fully committed.
- Implement coll_statuspath() which returns the full pathname to the
status file for this collection.
- Don't rely on the C99 semantics of free().
- Update copyright lines.
Revision Changes Path
1.33 +71 -73 projects/csup/config.c
1.23 +14 -9 projects/csup/config.h
1.21 +13 -5 projects/csup/main.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-projects
To unsubscribe, send any mail to "[email protected]"