smdev

suckless mdev
git clone git://git.2f30.org/smdev
Log | Files | Refs | README | LICENSE

commit a694233220b11e81697d085d86e438ca89098f45
parent a87487aa9b81f96fa25c612354c55321aead165a
Author: sin <sin@2f30.org>
Date:   Sun, 28 Sep 2014 13:18:34 +0100

Do not name parameters in mkpath.h either

Diffstat:
Mmkpath.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mkpath.h b/mkpath.h @@ -1,2 +1,2 @@ /* See LICENSE file for copyright and license details. */ -int mkpath(const char *path, mode_t mode); +int mkpath(const char *, mode_t);