chiark / gitweb /
Prep v233: Add missing files from upstream and rename formats-util.[hc]
authorSven Eden <yamakuzure@gmx.net>
Mon, 17 Jul 2017 13:03:10 +0000 (15:03 +0200)
committerSven Eden <yamakuzure@gmx.net>
Mon, 17 Jul 2017 15:58:43 +0000 (17:58 +0200)
commit1981059eaccd58a641074a7c78c0dcec52eabfb2
tree58a7298d7f59dcd1620f0e0dda8c632390616e5b
parent8663dfee3cb8d22899105729180d446cb48cfc5c
Prep v233: Add missing files from upstream and rename formats-util.[hc]

Some functionality has been exported to the following files:

 - src/basic/env-util.[hc]
 - src/basic/exec-util.[hc]
 - src/shared/nsflags.[hc]

The content of these files is now needed in elogind, and the files have been
added as-is. Cleanup is done later.

Further the header
 src/basic/formats-util.h
has been renamed to
 src/basic/format-util.h
Makefile.am
cb/elogind.cbp
src/basic/env-util.c [new file with mode: 0644]
src/basic/env-util.h [new file with mode: 0644]
src/basic/exec-util.c [new file with mode: 0644]
src/basic/exec-util.h [new file with mode: 0644]
src/basic/format-util.h [moved from src/basic/formats-util.h with 100% similarity]
src/shared/nsflags.c [new file with mode: 0644]
src/shared/nsflags.h [new file with mode: 0644]