DragonFly BSD
DragonFly submit List (threaded) for 2004-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

bin/sh/mksyntax.c has wrong error handling [patch]


From: "Douwe Kiela" <virtus@xxxxxxxxxx>
Date: Thu, 22 Jul 2004 21:44:41 +0200

Hey guys,

bin/sh/mksyntax.c contains call to the perror() function, while
sh has its own error function, that is used everywhere in the code,
and is define in error.c, namely error(). For code consistency mksyntax.c
should also be made to use this function, here is a patch:

http://virtus.ath.cx/dfbsd/mksyntax.c.diff

Regards,
Douwe



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]