2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

removed empty line

This commit is contained in:
Andreas Gustafsson
2001-02-17 01:23:43 +00:00
parent b79adacaad
commit 52719005ab

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: os.c,v 1.9 2001/02/11 00:52:31 bwelling Exp $ */
/* $Id: os.c,v 1.10 2001/02/17 01:23:43 gson Exp $ */
#include <config.h>
@@ -35,7 +35,6 @@ sysconf_ncpus(void) {
#else
return (0);
#endif
}
#endif /* HAVE_SYSCONF */