diff options
author | Roy Marples <roy@marples.name> | 2008-03-16 17:00:56 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-16 17:00:56 +0000 |
commit | cb9da6a262b60255cd037f20b4cde3ab2c8a1e6a (patch) | |
tree | c5c57d5adedf009fdb02b53677e2cdf940bdb47c /src/rc/.gitignore | |
parent | 40e12f6ba026af9c24d5c3d8e36512719ed5faee (diff) |
Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ from queue(3). Refactor code style around the BSD KNF.
Diffstat (limited to 'src/rc/.gitignore')
-rw-r--r-- | src/rc/.gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rc/.gitignore b/src/rc/.gitignore index eaa7de9e..d2499761 100644 --- a/src/rc/.gitignore +++ b/src/rc/.gitignore @@ -55,6 +55,7 @@ rc-abort checkpath.o fstabinfo.o mountinfo.o +start-stop-daemon.o rc-applets.o rc-depend.o rc-logger.o @@ -62,8 +63,7 @@ rc-misc.o rc-plugin.o rc-status.o rc-update.o -rc.o runscript.o -start-stop-daemon.o +rc.o rc .depend |