diff options
author | Roy Marples <roy@marples.name> | 2008-03-17 13:25:56 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-17 13:25:56 +0000 |
commit | 4c1466642351ddb01cc7353601153a79326f18f7 (patch) | |
tree | cb9da1a90aa9480ef276626f40c556379222ec51 /man/Makefile | |
parent | 50a7697bf207e4919ce893bfc1604fd3a9d807de (diff) |
Punt the rc_strcatpaths function and use snprintf instead to save on expensive malloc calls.
Diffstat (limited to 'man/Makefile')
-rw-r--r-- | man/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile b/man/Makefile index f8c8dedb..0357d27a 100644 --- a/man/Makefile +++ b/man/Makefile @@ -1,6 +1,6 @@ MAN3= einfo.3 \ rc_config.3 rc_deptree.3 rc_find_pids.3 rc_plugin_hook.3 \ - rc_runlevel.3 rc_service.3 rc_strcatpaths.3 rc_stringlist.3 + rc_runlevel.3 rc_service.3 rc_stringlist.3 MAN8= rc-status.8 rc-update.8 rc.8 runscript.8 start-stop-daemon.8 # Handy macro to create symlinks |